✏️ Fix typos
This commit is contained in:
parent
ce8351f38c
commit
879b3d78c3
|
@ -492,7 +492,7 @@ func (sessions *wSessions) new(httpSession *sessions.Session, sid string) *WideS
|
||||||
|
|
||||||
ch = SessionWS[sid]
|
ch = SessionWS[sid]
|
||||||
if nil == ch {
|
if nil == ch {
|
||||||
return // release this gorutine
|
return // release this goroutine
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.Trace(event)
|
logger.Trace(event)
|
||||||
|
|
Loading…
Reference in New Issue