savinmax 18063fb3ef test(hub): add edge case tests for paths, query strings, and room lifecycle
Add comprehensive integration tests covering:
- TestIntegration_PathWithSlashes: nested paths work as distinct rooms
- TestIntegration_QueryStringIgnored: query strings stripped, same room
- TestIntegration_DefaultRoom: bare root path broadcast works
- TestIntegration_ClientDisconnectFromRoom: remaining clients communicate
- TestIntegration_ConcurrentRoomOperations: no races with rapid connect/disconnect

All tests pass with -race flag.

🤖 Assisted by the code-assist SOP
2026-06-13 13:32:55 +02:00
..