标签: java tomcat websocket java-websocket
我在循环中使用sendText()的{{1}}方法将一些数据发送到ClientEndPoint。由于数据是从ServerEndpoint异步发送的,ClientEndpoint是否会以与发送时相同的顺序接收数据?
sendText()
ClientEndPoint
ServerEndpoint
ClientEndpoint