You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a channel worker thread panics, it doesn't get restarted nor does the channel worker restart. This causes channel updates to periodically stop working.
There needs to be:
No unwraps in handler
Detection of dead threads
Monitoring for queue size
The text was updated successfully, but these errors were encountered:
If a channel worker thread panics, it doesn't get restarted nor does the channel worker restart. This causes channel updates to periodically stop working.
There needs to be:
The text was updated successfully, but these errors were encountered: