Re: [Twisted-Python] IRCClient method naming advice

2012-01-28 Thread Matthew Pounsett
On 2012/01/28, at 04:20, Jonathan Jacobs wrote: > "Heartbeat" functionality was implemented in IRCClient and released in > Twisted 11.1.0, see ticket #5047 > , by default it sends a > PING every 120 seconds. Ahh.. my problem is that my package manager (

Re: [Twisted-Python] IRCClient method naming advice

2012-01-28 Thread Jonathan Jacobs
On Sat, Jan 28, 2012 at 07:51, Matthew Pounsett wrote: > > I've found that the IRCClient protocol doesn't deal well with having its > connection interrupted.  If the TCP session goes away due to timeout or some > other interruption, it doesn't appear to notice.  As a result, I'm looking at > ad