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

Make handlers run async (irc) #1325

Merged
merged 1 commit into from Dec 5, 2020
Merged

Make handlers run async (irc) #1325

merged 1 commit into from Dec 5, 2020

Commits on Dec 5, 2020

  1. Make handlers run async (irc)

    This makes the handlers run in a seperate go-routine in girc, and makes
    sure that girc isn't blocked on executing PONG requests when
    matterbridge takes a long time handling the incoming message.
    
    This can happen when another bridge is in a backoff state where the
    backoff time exceeds the IRC ping timeout.
    42wim committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    69daa35 View commit details
    Browse the repository at this point in the history