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
This works fine when we only have one web server running; however when we have multiple webservers running (heroku dynos), we receive the following error when our clients try responding to the callbacks:
Callbacks are not support when broadcasting
However we aren't broadcasting (rather emitting to one particular client)
We are configuring socket-io redis in the following way: