Skip to content

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