Deep within the bowels of the new TLS code, cooperate() is used.
Unfortunately, that uses the global reactor... which means it breaks in
tests that create a new reactor instance. Should I just change the new
TLS code to take in a reactor instance and pass it everywhere? Or, as
part of the test framework, have runReactor override the global reactor
instance?

-Itamar


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

Reply via email to