koding / kite

Micro-service framework in Go
https://godoc.org/github.com/koding/kite
MIT License
3.26k stars 300 forks source link

kite: failures on send does not invalidate sessions #174

Closed rjeczalik closed 8 years ago

rjeczalik commented 8 years ago

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.

rjeczalik commented 8 years ago

Closed by https://github.com/koding/kite/pull/175