FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library doesn't work in multiprocess environment

JackWindows opened this issue · comments

The library doesn't work in multiprocess environment created by fork method.
This probably has something to do with this code, where in forked process the reference to external dll/so file has been messed up.

response = request(dumps(request_payload).encode('utf-8'))

you got any solution ? can you tell me