diff --git a/handlers/ws.go b/handlers/ws.go index 0a0fd2b..76ef8bd 100644 --- a/handlers/ws.go +++ b/handlers/ws.go @@ -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 }