lyjnew
lyjnew
i patch it https://github.com/lyjnew/netty-socketio-patch 
can use this temp pach https://github.com/lyjnew/netty-socketio-patch 
@qjyoung @quanli2359 @malinGH Please take a look to see if this is helpful for you https://github.com/mrniko/netty-socketio/issues/903#issuecomment-1613191167
@jofeltje "socket.io-client": "4.7.1" var chat1Socket = io.connect('ws://localhost:8080/chat',{ transports:["websocket"] //,autoConnect: false **this error** ,reconnection: true ,timeout: 20000 ,reconnectionDelay: 1000 ,reconnectionDelayMax: 5000 ,reconnectionAttempts: 2 ,query: { token:"" } }); 