Cannot connect to the netty-socketio socket.io server

Using cocos2d-x 3.10. The socketio server will throw exception “java.lang.NumberFormatException: For input string: “true”” when the game connect to it. The reason should be the b64 parameter in this line of code “pre << “http://” << _uri << “/socket.io/1/?EIO=2&transport=polling&b64=true”;” in SocketIO.cpp, but even when I change it to “b64=1” the connection remain failed with no error. Please help. Thank you!

I get same error :frowning:
And trying to fix : https://github.com/mrniko/netty-socketio/issues/394

:+1:any progress by far?