[Twisted-Python] sturdy

Paul Boehm typo at soniq.net
Wed Aug 7 08:28:31 MDT 2002


compare Twisted-0.19 behaviour to current cvs behaviour for this:

---
from twisted.spread import sturdy
from twisted.internet import reactor

sturdy.PerspectiveConnector("localhost", 8787, "update", \
"secret", "sam", "update", 1).callRemote("moo")

reactor.run()
---

current cvs doesn't do reconnect attempts... this has to have
broken in the last few days, but i don't know exactly where
or when.

  paul




More information about the Twisted-Python mailing list