Send a socket id different from the engine socket id for each namespace #117
Labels
A-socketioxide
Area related to socketioxide
C-Bug
Something isn't working
E-Medium
Call for participation: Experience needed to fix: Medium / intermediate
I-Need-decision
This issue needs decisions
P-Medium
Medium priority
Currently the socket id that reference a socket.io socket (one for each namespace) is the same than the engine socket id.
The implementation should match the socket.io server in node which create a new socket id for each new socket connected to a namespace (only for the socket.io v5 protocol) :
https://github.com/socketio/socket.io/blob/9a2a83fdd42faa840d4f11fd223349e5d8e4d52c/lib/socket.ts#L277
The text was updated successfully, but these errors were encountered: