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

Sometimes the connection will not be re-established if the mattermost-server is not available for some minutes. #4

Open
danielchristianschroeter opened this issue Apr 3, 2023 · 0 comments

Comments

@danielchristianschroeter
Copy link
Owner

func listenToEvents() {

The listenToEvents() function seems to be responsible for maintaining a WebSocket connection with the Mattermost server and listening for incoming events. One issue that could be causing the connection to drop is that the function is not retrying connection attempts after a certain number of failures.

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

No branches or pull requests

1 participant