Skip to content

[BUG] Chat Room meesage difference while using MemoryStore and RedisStore #6

@NeatGuyCoding

Description

@NeatGuyCoding

Description

A clear and concise description of what the bug is.

Steps to Reproduce

  1. Use Redis StoreFactory, send event to a. chatroom, client receives ["testEvent", "testData"]
  2. 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions