lyjnew

Results 4 comments of lyjnew

i patch it https://github.com/lyjnew/netty-socketio-patch ![image](https://github.com/mrniko/netty-socketio/assets/7028443/6d426b54-2942-4ac1-8401-b8f9cfcf2ece)

can use this temp pach https://github.com/lyjnew/netty-socketio-patch ![image](https://github.com/mrniko/netty-socketio/assets/7028443/7854b336-5fc5-43d3-a3e0-191f8f48e9cb)

@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:"" } }); ![image](https://github.com/mrniko/netty-socketio/assets/7028443/493b427b-166b-43d3-86df-6b9a2bb4f01b)