mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Using `socket.io@4.1.0` with `socket.io-adapter@2.2.0` would lead to the following error: > Uncaught Error: unknown packet type NaN Because the packet would be encoded twice, resulting in "undefined". See also: -5579d40c24-dc381b72c6Related: - https://github.com/socketio/socket.io/issues/3922 - https://github.com/socketio/socket.io/issues/3927