diff --git a/examples/simple-server-lockstep/main.go b/examples/simple-server-lockstep/main.go index a65354f..d9d7ddf 100644 --- a/examples/simple-server-lockstep/main.go +++ b/examples/simple-server-lockstep/main.go @@ -16,6 +16,8 @@ type Command struct { Data string } +// 访问:http://www.websocket-test.com/ +// - 使用多个页面连接到服务器后,任一页面发送start即可开启帧同步 func main() { players := synchronization.NewMap[string, *Player]()