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
In brief, the problem is caused by repeated locking of a fast mutex, and solved by using a recursive mutex. The default pthread_mutex_t is not recursive. Were you able to resolve this locally? If so, we would welcome a patch via a pull request on the wolfSSL Python solution. If you do decide to open a PR just shoot us an email at [email protected] and we will send over a contributor agreement for review and signing.
Any thoughts on this one?
wolfSSL/wolfssl-py#5 (comment)
I think it is mainly related to python's threading and your's library.
There is a similar problem already on stackoverflow.
https://stackoverflow.com/questions/21825291/threading-issues
The text was updated successfully, but these errors were encountered: