Skip to content

@slack/socket-mode@2.0.2

Compare
Choose a tag to compare
@filmaj filmaj released this 02 Oct 18:55
· 10 commits to main since this release
da9100d

What's Changed

We fixed an issue where the SocketModeClient would get confused with message events, as there are two concepts of such an event: a web-socket message, as well as a Slack event message. We've clarified this confusion, which may have led to some unexpected "Unexpected character parsing JSON" style error messages.

Changelog

9d2fa58 socket-mode(fix): do not handle message events twice (#2059)