mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-11 07:58:13 -05:00
The v3 parser (used for compatibility with older clients) was broken during the migration to TypeScript ([1]). This was not caught in the test suite because the Node.js client does not support binary packet in polling mode (packets are base64-encoded). [1]:c0d6eaa1baBackported from 6.0.x branch:3f42262fd2