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

Update WebSocketServer.java

parent 11d4e8f9
Pipeline #27 canceled with stages
......@@ -77,7 +77,7 @@ public class WebSocketServer {
for (WebSocketServer item : webSocketSet) {
try {
item.sendMessage(message);
} Exception {
} catch (Exception 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