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