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

merge #3

Merged
merged 12 commits into from
Sep 25, 2019
Merged

merge #3

merged 12 commits into from
Sep 25, 2019

Conversation

lovebing
Copy link
Owner

No description provided.

CGNonofr and others added 12 commits January 7, 2019 16:06
Make it compatible with Spliterator/Stream in java8 by returning a new
iterator each time iterator() is called
Given mutable nature of Packet object and a fact that single Packet
instance is created in BroadcastOperations before sending it all
clients, when event is emitted to room where clients with different
namespaces are joined, then all of them will receive that event on
single namespace.

By using withNs method, Packet copy will be created, effectively, solving
the issue
Fix cross-namespace broadcast happens on single ns
Add support for event interceptors which catch all events
In order to create custom serialization code (using `JsonSupport`) I
need to be able to create `Event` classes
@lovebing lovebing merged commit 284f53f into lovebing:master Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants