socketio / socket.io-protocol

Socket.IO Protocol specification
https://socket.io
507 stars 62 forks source link

Fix the protocol CONNECT character #22

Closed njones closed 3 years ago

njones commented 3 years ago

The correct connect character is 0 (zero) and not O (the capital letter 'o'). So people can copy/paste for tests, and limit any future confusion.

darrachequesne commented 3 years ago

@njones arf, good catch, thanks a lot :heart: