Merge branch 'master' into next

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-10-31 16:28:31 -03:00
7 changed files with 53 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ func WS(so socketio.Socket) {
session := core.SessionGet(sessionId)
if session == nil {
log.Printf("Session with id [%s] does not exist!\n", sessionId)
so.Disconnect()
return
}