jaraco / irc

Full-featured Python IRC library for Python.
MIT License
392 stars 86 forks source link

ping issue #58

Closed jaraco closed 8 years ago

jaraco commented 8 years ago

Hi, I have the same exact problem described here: https://bitbucket.org/jaraco/irc/issue/16/irc-client-ping-timeout-issue. The servers I'm testing against are irc.criten.net and irc.abjects.net


jaraco commented 8 years ago

Have you enabled client keepalive support, added in #17?

There are lots of reasons a connection might drop, so you'll need to get in and troubleshoot. Report back if you believe there's something this library can do to help.


Original comment by: Jason R. Coombs

jaraco commented 8 years ago

now i enabled it and it works! thanks a lot. what is a reasonable interval in your experience?


Original comment by: luca c

jaraco commented 8 years ago

That's great news. You'll have to experiment with the interval. I've never had to use it. I'd try 1 minute or 5 minutes to start.


Original comment by: Jason R. Coombs