dlecocq / nsq-py

Hacking on Python NSQ Bindings
MIT License
44 stars 16 forks source link

Reconnection Hook #14

Closed dlecocq closed 10 years ago

dlecocq commented 10 years ago

For the purposes of Readers, it's important to send a RDY state when a connection is established. In the existing code, there's no hook for that in check_connections.

dlecocq commented 10 years ago

Fixed with #15