I found the netty-socketio API requires an event name to register listener on a namespace. That means all event type must be predefined. In my development, I hope there can be a generic event listener that accepts all event packets and pass event name to listener. In other words, just leave the event routing task to user space.
I found the netty-socketio API requires an event name to register listener on a namespace. That means all event type must be predefined. In my development, I hope there can be a generic event listener that accepts all event packets and pass event name to listener. In other words, just leave the event routing task to user space.