socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

feat: Enable binary packets, while handling partial packets

Open staudenmayerc opened this issue 1 year ago • 0 comments

This enables binary packets, similarly to https://github.com/socketio/socket.io-client-cpp/issues/299 but it also handles cases where packets might be misinterpreted if they happen to start with a digit.

staudenmayerc avatar Oct 01 '24 13:10 staudenmayerc