> The connection isn't timing out, the *test* is timing out. The connection
> may be working just fine.
>
> Due to an unknown reason, presumably a bug in your code (or test code),
> the Deferred you are returning from the test method isn't being fired. E.g.
> you're not calling callback()/errback(), or a callback method you added is
> returning a Deferred that is in turn not being fired.
>
>
Hi, Itamar!

Thanks for your reply. Yes, this was a bug in my code, which caused
Deferred to never fire under some circumstances.

-- 
with regards,
Maxim
_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to