Skip to content
New issue

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

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

Already on GitHub? # to your account

idiokit.xmpp.muc: Add timeout to join_room() #29

Merged
3 commits merged into from
Nov 29, 2016
Merged

idiokit.xmpp.muc: Add timeout to join_room() #29

3 commits merged into from
Nov 29, 2016

Conversation

mseppanen
Copy link
Contributor

There have been multiple reports that bots still hang every now and then during startup process. We have already added some timeouts and fixed some problems, but it seems that there was at least one place that missed timeout; loop that handles presence messages sent by server when client is joining to chat room.

This pull-request will add 120s timeout for these cases. After that MUCError() is raised, which can be then handled by bot or any other code using idiokit.

@mseppanen mseppanen added the bug label Nov 29, 2016
@ghost ghost merged commit abbfd52 into master Nov 29, 2016
@ghost ghost deleted the fix-muc-join branch November 29, 2016 13:22
This pull request was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant