debug x6
This commit is contained in:
parent
8206ee2e45
commit
3994ca7603
@ -181,6 +181,7 @@ public class GameRoom extends Thread {
|
||||
|
||||
public void sendMessage(Long userId, WebSocketMessageType type, Object o) {
|
||||
try {
|
||||
log.info("GameRoom-sendMessage: parUserId={}; socksIds={}", userId, socks.keySet());
|
||||
if (socks.get(userId).isOpen())
|
||||
socks.get(userId).sendMessage(
|
||||
new TextMessage(
|
||||
|
Loading…
x
Reference in New Issue
Block a user