roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.03k stars 205 forks source link

Disable log handler in global library destructor #533

Closed gavv closed 1 year ago

gavv commented 1 year ago

When global library destructors are called, we should ensure two things:

This is needed to avoid difficulties caused by deinitialization order. See https://github.com/roc-streaming/roc-go/issues/66