Commit c11d4e6f authored by jinli gu's avatar jinli gu
Browse files

Update WebSocketServer.java

parent a6e2887d
Pipeline #25 canceled with stages
...@@ -77,7 +77,7 @@ public class WebSocketServer { ...@@ -77,7 +77,7 @@ public class WebSocketServer {
for (WebSocketServer item : webSocketSet) { for (WebSocketServer item : webSocketSet) {
try { try {
item.sendMessage(message); item.sendMessage(message);
} catch (IOException e) { } Exception {
log.error(e.getMessage(),e); log.error(e.getMessage(),e);
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment