Skip to content

Conversation

nlopes
Copy link
Collaborator

@nlopes nlopes commented Mar 22, 2025

According to the documentation at https://api.slack.com/apis/socket-mode 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.

We're adding this whenever debug mode is enabled in the socketmode client.

Closes #1379.

According to the documentation at https://api.slack.com/apis/socket-mode 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.

We're adding this whenever debug mode is enabled in the socketmode client.

Closes #1379.
@nlopes nlopes self-assigned this Mar 22, 2025
@nlopes nlopes merged commit c647c91 into master Mar 22, 2025
8 checks passed
@nlopes nlopes deleted the nlopes-debug-reconnects-socket-mode branch March 22, 2025 15:29
@AyumuKasuga
Copy link

Thank you!

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

Successfully merging this pull request may close these issues.

Add debug_reconnects to socketmode client
2 participants