chrisdinn / brando

A Redis client written with Akka's IO package
Other
107 stars 24 forks source link

Add Event Messages for Connection Status #20

Closed jasongoodwin closed 11 years ago

jasongoodwin commented 11 years ago

It's currently difficult to determine the state of connections in Brando. Tcp.ConnectionClosed, Tcp.Connected etc should send events (possibly to the parent or to listeners passed in) so that services can respond accordingly.

ANorwell commented 11 years ago

I'm actually working on something just like this

jasongoodwin commented 11 years ago

https://github.com/chrisdinn/brando/pull/21

jasongoodwin commented 11 years ago

Thanks Arron