-
- Downloads
turn_cache: avoid potential deadlock on start
Creating the TURNTransport and starting it can call the callback in the same thread, causing a deadlock. This patch retriggers the callback to avoid a double lock. Change-Id: I955ce0503a7f34c0d2241000193861f9b5d1cb49
Please register or sign in to comment