You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mattermost-bot/main.go
Line 141 in 4c2d11f
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.
The text was updated successfully, but these errors were encountered: