1
This commit is contained in:
@@ -50,6 +50,7 @@ func Run(w http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
//clientID := r.FormValue("clientId")
|
//clientID := r.FormValue("clientId")
|
||||||
clientID := r.Header.Get("Clientid")
|
clientID := r.Header.Get("Clientid")
|
||||||
|
globals.SugarLogger.Debugf("Run clientID=%s", clientID)
|
||||||
clientSocket := NewClient(clientID, conn)
|
clientSocket := NewClient(clientID, conn)
|
||||||
|
|
||||||
//读取客户端消息
|
//读取客户端消息
|
||||||
|
|||||||
Reference in New Issue
Block a user