You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2022. It is now read-only.
Well, I am trying to have a server that have multiple rtmbots. Each one will have it's own websocket that connects to one team/client.
However in the main loop, I see that you can only open one websocket to the client specified in the .conf token.
Is there a way to open multiple RTM connection dynamically at runtime?