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
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Hi!
We have a problem with the RTM. When starting some conversations, the RTM connections is (always) lost with a 1006 abnormal close. This only happens in one specific channel, in others this never happens.
When it happens, RTM is reconnected automatically, but the messages are not being sent. I think, they should be sent after a reconnect. A comment in bot.send() in Slackbot_worker.js says:
/**
The RTM failed and for some reason it didn't get caught
elsewhere. This happens sometimes when the rtm has closed but
We are sending messages anyways.
Bot probably needs to reconnect!
*/
The text was updated successfully, but these errors were encountered:
Hi!
We have a problem with the RTM. When starting some conversations, the RTM connections is (always) lost with a 1006 abnormal close. This only happens in one specific channel, in others this never happens.
When it happens, RTM is reconnected automatically, but the messages are not being sent. I think, they should be sent after a reconnect. A comment in bot.send() in Slackbot_worker.js says:
/**
*/
The text was updated successfully, but these errors were encountered: