websocket并发发送消息
This commit is contained in:
parent
b7b11e4a26
commit
3779033bc9
@ -75,7 +75,10 @@ public class NodeMessageHandler extends TextWebSocketHandler {
|
||||
.time(time)
|
||||
.data(configUpdateData)
|
||||
.build();
|
||||
ThreadUtil.execute(()->{
|
||||
sendActionMessage(Long.valueOf(nodeId), configUpdate);
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user