This commit is contained in:
richboo111
2023-04-27 14:30:49 +08:00
parent b9845d7662
commit de0dce86e4

View File

@@ -50,6 +50,7 @@ func Run(w http.ResponseWriter, r *http.Request) {
//clientID := r.FormValue("clientId")
clientID := r.Header.Get("Clientid")
globals.SugarLogger.Debugf("Run clientID=%s", clientID)
clientSocket := NewClient(clientID, conn)
//读取客户端消息