Этот коммит содержится в:
Ben Schumacher
2023-11-01 12:57:13 +01:00
коммит произвёл GitHub
родитель 73fba481ed
Коммит 274adbf077
6 изменённых файлов: 12 добавлений и 8 удалений

Просмотреть файл

@@ -511,7 +511,7 @@ func (wc *WebConn) writePump() {
case <-authTicker.C:
if wc.GetSessionToken() == "" {
mlog.Debug("websocket.authTicker: did not authenticate", mlog.Any("ip_address", wc.WebSocket.RemoteAddr()))
mlog.Debug("websocket.authTicker: did not authenticate", mlog.Stringer("ip_address", wc.WebSocket.RemoteAddr()))
return
}
authTicker.Stop()