Description
A clear and concise description of what the bug is.
Steps to Reproduce
- Use Redis StoreFactory, send event to a. chatroom, client receives ["testEvent", "testData"]
- Use Memory StoreFactory, send event to a. chatroom, client receives ["testEvent", "testEvent", "testData"]
Expected Behavior
Should have same behavior
Actual Behavior
Same code with different StoreFactory result in different messages.
Environment
- Java Version: 21
- OS: MacOS
- Netty-SocketIO Version: 3.0.1
- Module: core
Code Example
Just Refer to the unit test: RoomBroadcastTest.java
use redis story factory and memory story factory would reproduce the issue
Additional Context
Any other context about the problem.