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
Good afternoon, I have been using your module for past year, and it has been great! However, we are noticing an increased rate of RTM API disconnects where the bot will appear to be unresponsive, however the it is still "listening" for RTM events.
I am struggling to find a way to test for the connection and health of the $bot object. Short of a netstat solution of course.
Do you have a recommended approach for instructing the object to reconnect or query the established nature of the connection? Even something like unless($bot->is_connected) { die() }
Appreciate your time and hard work on this!
The text was updated successfully, but these errors were encountered:
Good afternoon, I have been using your module for past year, and it has been great! However, we are noticing an increased rate of RTM API disconnects where the bot will appear to be unresponsive, however the it is still "listening" for RTM events.
I am struggling to find a way to test for the connection and health of the $bot object. Short of a netstat solution of course.
Do you have a recommended approach for instructing the object to reconnect or query the established nature of the connection? Even something like unless($bot->is_connected) { die() }
Appreciate your time and hard work on this!
The text was updated successfully, but these errors were encountered: