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

Do not break upon unavailable server #183

Conversation

fredo
Copy link
Contributor

@fredo fredo commented Aug 11, 2020

There was a bug when any of the known servers is not available it would throw an error which is unhandled. The Room Ensurer breaks and does not join the broadcast rooms even if it could.

Solution

The error now gets catched and throws a log message. But the RE continues to ensure the rooms.

@auto-assign auto-assign bot requested a review from hackaugusto August 11, 2020 10:43
@fredo fredo requested a review from ulope August 11, 2020 13:47
@fredo fredo mentioned this pull request Aug 12, 2020
@fredo fredo changed the title Ensure rooms even if not able to access all servers Do not break upon unavailable server Aug 12, 2020
@fredo fredo linked an issue Aug 17, 2020 that may be closed by this pull request
@fredo
Copy link
Contributor Author

fredo commented Aug 18, 2020

This PR is included in #184. Can be closed

@fredo fredo closed this Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If one server is down, no new Server can connect
1 participant