Empty Upgrades array #1107
Answered
by
miguelgrinberg
Notadumdum
asked this question in
Q&A
-
A client connects to a server... the server then sends back an sid together with an empty upgrades array,ping interval and timeout... does this mean the server doesn't upgrade and still uses polling |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Dec 29, 2022
Replies: 1 comment 3 replies
-
It means the server does not offer upgrades to the client. See the Socket.IO protocol if you want to learn about this: https://github.com/socketio/engine.io-protocol and https://github.com/socketio/socket.io-protocol |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Notadumdum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It means the server does not offer upgrades to the client. See the Socket.IO protocol if you want to learn about this: https://github.com/socketio/engine.io-protocol and https://github.com/socketio/socket.io-protocol