mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-26 10:16:14 +00:00
提交帧同步案例
This commit is contained in:
@@ -40,7 +40,7 @@ public class WebSocket {
|
||||
NSystem.Log("收到请求");
|
||||
|
||||
GClient client = CLIENTS.get(session.getId());
|
||||
JNetwork.onMessage(inputStream,client,client);
|
||||
JNetwork.onMessage(inputStream,client,client,CLIENTS);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user