You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.
I set a client to threading.Local() variable, I dont know whether it is related to the problem
e.g. thread.Lcoal().client = make_client()
and use the timeout_decorator, not use_signals
Here is the exception: PicklingError: Can't pickle <type 'cybin.TCyBinaryProtocol'>: import of module cybin failed
How to fix this?
The text was updated successfully, but these errors were encountered:
I set a client to
threading.Local()
variable, I dont know whether it is related to the probleme.g.
thread.Lcoal().client = make_client()
and use the timeout_decorator, not use_signals
Here is the exception:
PicklingError: Can't pickle <type 'cybin.TCyBinaryProtocol'>: import of module cybin failed
How to fix this?
The text was updated successfully, but these errors were encountered: