Revert "Add session keep alive. If client doesn't send a keep alive, after a"

This reverts commit 1b0d363ffe.
This commit is contained in:
Jonathan Leibiusky (@xetorthio)
2017-10-17 01:42:59 +02:00
parent 94b59b7746
commit b99c047a0c
5 changed files with 3 additions and 43 deletions

View File

@@ -15,7 +15,6 @@ var (
SESSION_END = EventType("session end")
SESSION_READY = EventType("session ready")
SESSION_BUILDER_OUT = EventType("session builder out")
SESSION_KEEP_ALIVE = EventType("session keep alive")
)
type Handler func(sessionId string, args ...interface{})