mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
* Do not post close callback in ops queue if not started. Ops queue is started in `Bind()`. If `Close()` is called when bind did not happen (because the underlying peer connection closed before bind), the close callback does not run. Check if ops queue is running before posting close callback into the queue. Not pretty, but covers this case. Need to think about it more. * correct check
1.2 KiB
1.2 KiB