koding / kite

Micro-service framework in Go

Home Page:https://godoc.org/github.com/koding/kite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kite: failures on send does not invalidate sessions

rjeczalik opened this issue · comments

Errors like:

XHR session not found
sockjs: session not in open state

Should invalidate session, create new one and retry sending message. Related to re-registering - second register fails when sessions breaks after the first one.

Closed by #175