Changes between Version 1 and Version 2 of Ticket #203, comment 6


Ignore:
Timestamp:
10/04/2013 03:54:53 AM (11 years ago)
Author:
str4d
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #203, comment 6

    v1 v2  
    22
    33Modifying the client side will take more time, because I don't yet understand how connections are managed by foolscap. [https://twistedmatrix.com/documents/13.1.0/api/twisted.internet.interfaces.IReactorTCP.html#connectTCP reactor.connectTCP()] (used in `TubConnector.connectToAll()`) returns an [https://twistedmatrix.com/documents/13.1.0/api/twisted.internet.interfaces.IConnector.html IConnector] which I think can be restarted, but [https://twistedmatrix.com/documents/13.1.0/api/twisted.internet.interfaces.IStreamClientEndpoint.html#connect IStreamClientEndpoint.connect()] returns an [https://twistedmatrix.com/documents/13.1.0/api/twisted.internet.interfaces.IProtocol.html IProtocol] which cannot.
     4
     5EDIT: I worked out how to run Twisted tests. Am fixing stupid mistakes now.