mirror of
https://github.com/livekit/livekit.git
synced 2026-04-01 10:55:45 +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