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

get_sessionid() is not same value with server side

Open whatisor opened this issue 2 years ago • 1 comments

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.

whatisor avatar Nov 01 '23 13:11 whatisor

Fixed by #410

whatisor avatar Nov 02 '23 18:11 whatisor