Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(eventbus): warn applications whenever events aren't read
Adds logging for the EventBus, Mainly a periodical warning for applications whenever they are slow in reading or do not read EventBus notifications. It came up after debugging a very tricky case where a bugged Server side application wasn't reading `EvtConnectednessChanged` events, which manifested in the server's inability to accept new streams as connection handling logic deadlocked on _sync_ Notifee's `Connected` callbacks which emit the events. P.S. This change should save some time for future application developers.
- Loading branch information