From 6a93dc60a7b4ca3a684edb10638e0743f7f34d9d Mon Sep 17 00:00:00 2001 From: eson <9673575+githubcontent@user.noreply.gitee.com> Date: Fri, 8 Sep 2023 11:32:58 +0800 Subject: [PATCH] fix --- websocket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket.go b/websocket.go index e67e2b8..a4d7a76 100644 --- a/websocket.go +++ b/websocket.go @@ -87,7 +87,7 @@ func queueHandler(w http.ResponseWriter, r *http.Request) { } // 打印消息 - fmt.Printf("%s 的数据 推送到unity. source %s\n", conn.RemoteAddr(), item.Source) + fmt.Printf("%s 的数据 推送到unity. source: [%s]\n", conn.RemoteAddr(), item.Source) } }