Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(eventbus): warn applications whenever events aren't read #2026

Closed

Commits on Jan 28, 2023

  1. 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.
    Wondertan committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    e974590 View commit details
    Browse the repository at this point in the history