Changes between and of Initial VersionVersion 1Ticket #3270
- Timestamp:
- 06/02/2008 05:44:05 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3270 – description
initial v1 1 1 The XMPP example (xmpp_client.py) in Twisted words throws an exception when I quit it with Ctrl-C: 2 2 3 {{{ 3 4 Disconnected. 4 5 Traceback (most recent call last): … … 37 38 raise RuntimeError, "can't stop reactor that isn't running" 38 39 exceptions.RuntimeError: can't stop reactor that isn't running 40 }}} 39 41 40 42 I already posted this on the mailing list. Here is the comment by Ralph Meijer:
