👋 from Slack Customer Success.
Current state of @slack/socket-mode package does not account for event.type === disconnect && reason === 'too_many_websockets', causing unhandled error to bubble up when Slack decides to disconnect existing connection during connecting:handshaking state
Here's a log output - the reconnect happens initially after the app receives event.type === 'disconnect' && reason === 'warning'
Packages:
Select all that apply:
Requirements
Feature request: have the app catch reason === 'too_many_websockets'
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
👋 from Slack Customer Success.
Current state of @slack/socket-mode package does not account for
event.type === disconnect && reason === 'too_many_websockets', causing unhandled error to bubble up when Slack decides to disconnect existing connection duringconnecting:handshakingstateHere's a log output - the reconnect happens initially after the app receives
event.type === 'disconnect' && reason === 'warning'Packages:
Select all that apply:
@slack/web-api@slack/rtm-api@slack/webhooks@slack/oauth@slack/socket-mode@slack/typesRequirements
Feature request: have the app catch
reason === 'too_many_websockets'Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.