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
Hello Team,
thanks for this beautiful project! It would be nice to have an option to add &debug_reconnects=true to the WebSocket URL. Here is how it described in the docs:
One helpful trick: you can append &debug_reconnects=true to your WebSocket URL when you connect to it in order to make the connection time significantly shorter (360 seconds). That way, you can test and debug reconnects without waiting around.
This seems to be for debugging purposes only (as the name implies) so I might just use the Clientdebug as a proxy for when to enable this in socket mode.
Description
Hello Team,
thanks for this beautiful project! It would be nice to have an option to add
&debug_reconnects=true
to the WebSocket URL. Here is how it described in the docs:What do you think?
(Optional) Slack's documentation
https://api.slack.com/apis/socket-mode
The text was updated successfully, but these errors were encountered: