mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 13:25:42 +00:00
* let panics crash
* Revert "let panics crash"
This reverts commit 8027cccadd.
* catch and log panics then os.Exit
* Recover only recovers, caller can exit
* only exit on pacic, still need Recover calls in goroutines