FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
660 stars 136 forks source link

Library doesn't work in multiprocess environment #84

Open JackWindows opened 1 year ago

JackWindows commented 1 year ago

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. https://github.com/FlorianREGAZ/Python-Tls-Client/blob/251ebd67c9aaac70e9a644b2bcca424bb3d9c4bf/tls_client/sessions.py#L393

godxgamer commented 1 year ago

you got any solution ? can you tell me