paullouisageneau / libjuice

JUICE is a UDP Interactive Connectivity Establishment library
Mozilla Public License 2.0
410 stars 76 forks source link

Bug, after setting relay, when calling juice_send, it will block. It is suspected to be deadlock #179

Closed fengshangren closed 1 year ago

paullouisageneau commented 1 year ago

Please provide code that reproduces the issue.

Also, you should check that you are not blocking one of libjuice's callback while calling juice_send in another thread. This may lead to such behaviour.

paullouisageneau commented 1 year ago

This is not useful, please provide a minimal version of the code you use to call the library and trigger the issue.

paullouisageneau commented 1 year ago

@fengshangren Is it solved?