socket.io-client-cpp
socket.io-client-cpp copied to clipboard
get_sessionid() is not same value with server side
I am using get_sessionid() to get socket id which should be similar to socket.id. However, it is not matched with id from server side. Javascript has socket.id, Java has socket.id(). Both work well and matched with server side.
Fixed by #410