Closed jasongoodwin closed 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.
I'm actually working on something just like this
https://github.com/chrisdinn/brando/pull/21
Thanks Arron
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.