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) } }