Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to add an Event listener for all kinds of events? #124

Open
sunng87 opened this issue Jun 6, 2014 · 4 comments
Open

Possible to add an Event listener for all kinds of events? #124

sunng87 opened this issue Jun 6, 2014 · 4 comments
Assignees

Comments

@sunng87
Copy link

sunng87 commented Jun 6, 2014

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.

@mrniko
Copy link
Owner

mrniko commented Jun 6, 2014

Not a problem. I'll add a generic listener

@sunng87
Copy link
Author

sunng87 commented Jun 6, 2014

Thanks! 👍

@jvous
Copy link

jvous commented Aug 22, 2014

Any new development on this feature?

@mrniko mrniko added this to the 1.7.3 milestone Aug 24, 2014
@mrniko mrniko self-assigned this Aug 24, 2014
@mrniko mrniko removed this from the 1.7.3 milestone Sep 23, 2014
@leonarrd
Copy link

leonarrd commented Mar 2, 2017

Is there any demo code or where I can find the implementation code about this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants