m #4818
-
When I send a connect request, there will be three http requests, and the server will receive two successful connection messages. client : ======================================================= front : "socket.io-client": "^4.7.2", |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! The server will receive one single "connection" event, as all three HTTP requests belong to the same Socket.IO connection. More on that here: https://socket.io/docs/v4/how-it-works/ |
Beta Was this translation helpful? Give feedback.
Hi! The server will receive one single "connection" event, as all three HTTP requests belong to the same Socket.IO connection.
More on that here: https://socket.io/docs/v4/how-it-works/