Jakub Matys
Results
2
comments of
Jakub Matys
I thing calling errback more than once won't happen because RedisFactory.deferred is set to None after errback and is called only when there is no connection in pool. Because there...
Here is example script that explain (I hope) what I expect from this patch. ``` python #!/usr/bin/env python import sys from twisted.internet import defer, reactor, task from twisted.python import log...