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
We might also need to make sure the client transport option is set to use sockets: https://stackoverflow.com/a/41396396/1406819 (although it seems odd that it'd default to polling)
Looks like even though the option prioritizes polling, there is a default behavior to upgrade to sockets: socketio/socket.io-client#883
The text was updated successfully, but these errors were encountered:
If you look at network traffic, client subscriptions use polling:
I think we may want to change the
socket.io
server setup call to uselisten
() instead based on the following stack overflow threads:We might also need to make sure the clienttransport
option is set to use sockets: https://stackoverflow.com/a/41396396/1406819 (although it seems odd that it'd default to polling)Looks like even though the option prioritizes polling, there is a default behavior to upgrade to sockets: socketio/socket.io-client#883
The text was updated successfully, but these errors were encountered: