On 06/15/2012 12:46 PM, Martin wrote:
> What happens if I create two SSL connections with the same factory f?
> Would calling "stopTrying" on that f then affect both connections? Or
> just the last? I guess I can simply test this out myself, it's just
> slightly weird to me. :)
It's better to have one factory per outgoing connection; with 
reconnection I suspect it'll actually break if you try to use one 
factory for two connections.


_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to