Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure compatibility with previous versions of the adapter
Using `[email protected]` with `[email protected]` would lead to the following error: > Uncaught Error: unknown packet type NaN Because the packet would be encoded twice, resulting in "undefined". See also: - socketio/socket.io-adapter@5579d40 - dc381b7 Related: - #3922 - #3927
- Loading branch information