On 12/12/13 23:40, George Kadianakis wrote:
David Stainton dstainton415@gmail.com writes:
Excellent! I was thinking of making this change but lately I haven't had much time. Merging that patch specified in the 1st ticket comment? That looks good.
I'd be happy to update the bananaphone transport to use the new api!
Cheers,
David
The change is now merged and pushed :)
When updating your transport, don't forget to
- call super(YourTransport, self).__init__() in your own __init__ - rename handshake() -> circuitConnected()
as well as renaming the local "circuit" params.
X