Fixed - Socket.IO Client v2 fails to connect (thanks to @penguinlab)
Fixed - Support for v1 / readNamespace. V1 namespace is without special characters , or ? (thanks to @Pacl0)
Unclaimed project
Are you a maintainer of netty-socketio? Claim this project to take control of your public changelog and roadmap.
Changelog
Socket.IO server implemented on Java. Realtime java framework
Fixed - Socket.IO Client v2 fails to connect (thanks to @penguinlab)
Fixed - Support for v1 / readNamespace. V1 namespace is without special characters , or ? (thanks to @Pacl0)
Feature - enableCors setting added (thanks to @zd925)
Feature - ability to define http request decoder (thanks to @gurkancakir)
Fixed - if ack returns after the timeout trigger ,a IllegalStateException will be thrown (thanks to @malinGH)
Fixed - prevents the client from repeatedly connecting to the namespace (thanks to @bigtian99)
Fixed - treat attachments as binary by default (thank...
Fixed - custom namespaces support auth data (thanks to @Addi)
Fixed - attachments frame buffer reading
Fixed - memory leak while WebSocketServerHandshakeException or Channel failed (thanks to @h3mant-1)
Feature - v3/v4 parsing of multiple messages in one HTTP polling body (thanks to @unverbraucht)
Fixed - IllegalReferenceCountException error
Fixed - possible OOM caused by attachments parsing