coreyp1

Results 7 comments of coreyp1

I would love incorporate this into the my current AndEngine app (it's a CAD system that provides user-alterable polygons) but cannot apply the patch any longer. I wouldn't mind helping...

Everything is documented in the API here: https://github.com/socketio/socket.io-client-cpp/blob/master/API.md For example, reconnection options are here: https://github.com/socketio/socket.io-client-cpp/blob/master/API.md#transparent-reconnecting

According to #71 and #91, it does not look as though this project supports polling, just websockets.

For clarification: Basically, your C++ code is emitting before the connection is established. It would be better to have this workflow: 1. Connect from C++ to Node.js 2. Have Node.js...

Probably. See my comments [here](https://github.com/socketio/socket.io-client-cpp/issues/212#issuecomment-524463252). Basically, until some updates are made, Boost > 1.69.0 won't work. And Heaven help you if you are trying to get it to work on...

THIS. I recently upgraded from Node.js 9 to 12 (a necessity of features) and my C++ Socket.io connections kept failing. A LOT! I was sending files (~.7 Mb) over the...

Not the maintainer, but I'll try to help. My first question would be: Is this the only one that is failing? Or do they all fail? If it's the only...