Remove old disconnect
This commit is contained in:
@@ -147,7 +147,6 @@ func ws(so *socket) {
|
|||||||
session := core.SessionGet(sessionId)
|
session := core.SessionGet(sessionId)
|
||||||
if session == nil {
|
if session == nil {
|
||||||
log.Printf("Session with id [%s] does not exist!\n", sessionId)
|
log.Printf("Session with id [%s] does not exist!\n", sessionId)
|
||||||
so.Disconnect()
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user