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

Conversation

42wim
Copy link
Owner

@42wim 42wim commented Dec 5, 2020

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.

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 42wim added this to the 1.21.0 milestone Dec 5, 2020
@42wim 42wim added the irc label Dec 5, 2020
@codeclimate
Copy link

codeclimate bot commented Dec 5, 2020

Code Climate has analyzed commit 69daa35 and detected 0 issues on this pull request.

View more on Code Climate.

@42wim 42wim merged commit 8eba2d3 into master Dec 5, 2020
@42wim 42wim deleted the fix-1300 branch December 5, 2020 20:41
@42wim 42wim mentioned this pull request May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant