koding / kite

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

kite: make consecutive dials work #164

Closed rjeczalik closed 8 years ago

rjeczalik commented 8 years ago

We rely on this behaviour in one of our internal tests.

There's still room for further improvement by merging runloop and sendHub into one control goroutine, thus making the session state easier to control.

cihangir commented 8 years ago

👍