project-iris / iris

Decentralized cloud messaging
iris.karalabe.com
Other
571 stars 32 forks source link

Relay termination doesn't notify client #1

Closed karalabe closed 11 years ago

karalabe commented 11 years ago

When the relay service terminates, all client connections are dropped. If this drop can be properly detected client side then no more action is required. Otherwise a proper close is needed.

Related to: https://github.com/karalabe/iris-go/issues/1

karalabe commented 11 years ago

Bug fixed in iris-go. Works here as intended.