Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ConnectionHandler.writer can die without setting writer_stopped #36
Comments
added a commit
that referenced
this issue
Nov 2, 2012
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
I've wrapped the loop inside a try/finally, so the writer_stopped should always be set. I've also changed the exception raised inside the retry.increment into a more specialized exception (SHA1: 1763ed8) - which should make it easier to react to it. |
hannosch
closed this
Nov 2, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nekto0n commentedOct 26, 2012
Here's the trace with
kazoo-0.8
: