This commit is contained in:
parent
e6607b3bef
commit
a94c17e984
|
@ -120,7 +120,7 @@ func WSHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
WideSessions.New(httpSession, sid)
|
WideSessions.New(httpSession, sid)
|
||||||
|
|
||||||
glog.Infof("Created a wide session [%s] for websocket reconnecting", sid)
|
glog.Infof("Created a wide session [%s] for websocket reconnecting, user [%s]", sid, wSession.Username)
|
||||||
}
|
}
|
||||||
|
|
||||||
conn, _ := websocket.Upgrade(w, r, nil, 1024, 1024)
|
conn, _ := websocket.Upgrade(w, r, nil, 1024, 1024)
|
||||||
|
|
Loading…
Reference in New Issue