From eeed9ed71a36d0b9057e9f3587373311d090e6a0 Mon Sep 17 00:00:00 2001 From: "Jonathan Leibiusky @xetorthio" Date: Tue, 31 Oct 2017 17:05:48 -0300 Subject: [PATCH] Remove old disconnect --- handlers/ws.go | 1 - 1 file changed, 1 deletion(-) 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 }