I was eagerly awaiting socket mode since I need the speed of WebSockets and I wanted to migrate my RTM API apps over. However, it seems the RTM API is much faster than socket mode and that socket mode is almost as slow as the HTTP events API. Is this intended behaviour? Am I missing something? Thanks
x in one of the [ ])x in each of the [ ])Filling out the following details about bugs will help us solve your issue sooner.
Select all that apply:
@slack/web-api@slack/events-api@slack/interactive-messages@slack/rtm-api@slack/webhooks@slack/oauth@slack/socket-modepackage version: 1.0.0
node version: 15.0.1
OS version(s): macOS 11.1
Socket mode is as fast as the RTM API since it uses WebSockets
Socket mode is much slower than RTM API and almost as slow as the HTTP Events API
Unlike RTM, Socket Mode uses the same processing pipelines as our HTTP events such as the Events API and App Interactivity features. This means that events through Socket Mode will be more consistent with the rest of our platform in terms of delivery rules and payload shapes. Also, they will be processed at the same speed as what you expect from our HTTP features.