We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3ab80 commit 8a50f10Copy full SHA for 8a50f10
slack_sdk/socket_mode/builtin/internals.py
@@ -216,7 +216,6 @@ def receive(specific_buffer_size: Optional[int] = None):
216
# Note that bad connections can be detected by monitoring threads
217
# the Socket Mode client automatically reconnects to a new endpoint later.
218
logger.debug("The connection seems to be already closed.")
219
- return bytes()
220
raise e
221
222
return _fetch_messages(
0 commit comments