socket.io-client-cpp
socket.io-client-cpp copied to clipboard
feat: Enable binary packets, while handling partial packets
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.