paullouisageneau / libjuice

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

Fix deadlock on call from user callback in concurrency mode thread #254

Closed paullouisageneau closed 2 months ago

paullouisageneau commented 2 months ago

This PR fixes a deadlock when the user would call an API function from a callback in concurrency mode thread, typically juice_get_local_description() from cb_gathering_done for non-trickled ICE mode.