From 11fd51ba43746d4809fde775116ea3449c7a4bd5 Mon Sep 17 00:00:00 2001 From: kercylan98 Date: Fri, 19 May 2023 15:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=A7=E5=90=8C=E6=AD=A5=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/simple-server-lockstep/main.go | 2 ++ 1 file changed, 2 insertions(+) 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]()