Skip to content

@slack/socket-mode@2.0.7

Latest

Choose a tag to compare

@slackapi slackapi released this 30 Apr 19:19
· 2 commits to main since this release
a7a367d

Patch Changes

  • 5395b0c: fix: terminate closing connections earlier if normal close responses fail

    If Slack doesn't respond to a close frame, the WebSocket connection is now force-terminated instead of waiting for a response that won't arrive. Since disconnects are expected every few hours, this avoids repeated "pong wasn't received" warnings and speeds up reconnection.