mrniko / netty-socketio

Socket.IO server implemented on Java. Realtime java framework
Apache License 2.0
6.82k stars 1.65k forks source link

node.js client namespaces support #846

Open jackmellis4 opened 2 years ago

jackmellis4 commented 2 years ago

I cannot get any socket.io javascript client later than v1.7.4 to connect to namespaces when connecting to netty-socketio (v1.7.18). I checked the netty-socketio-demo and the browser client uses a version from 2014 so it is likely to be v1.x

Has anyone else observed this seemingly major limitation?

jackmellis4 commented 2 years ago

Does anyone know why the limitation exists? What changed after 1.7.4 that breaks namespaces?

unverbraucht commented 9 months ago

There have been a few changes to namespace support recently in netty-socketio. Please retry. The demo is out of date so is not a good baseline.