websocket_client-based SocketModeClient does not reconnect after a DNS outage #1462
Labels
bug
M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented
socket-mode
Version: 3x
Milestone
Reproducible in:
Steps to reproduce:
SocketModeClient
with these settings:Expected result:
I expected the client to reconnect.
Actual result:
The client never reconnects.
Possible fix:
This function could set
self.current_session = None
in the event of an Exception.python-slack-sdk/slack_sdk/socket_mode/websocket_client/__init__.py
Lines 233 to 246 in 60b02d6
The text was updated successfully, but these errors were encountered: