jaraco / irc

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

library does not detect that connection is lost #1

Closed jaraco closed 8 years ago

jaraco commented 8 years ago

(Copied from [[https://sourceforge.net/p/python-irclib/bugs/11/|SourceForge issue 11]])

Platform: Linux

The server shows a ping timeout but if the packet closing the connection is lost, it appears that the client never "notices" that it's gone offline.

Client side ping not supported, so making the user of the library able to check for this isn't simple either.


jaraco commented 8 years ago

The reporter doesn't give any indication of how this could be addressed and in fact indicates that it may not be possible to address it. Until such a time as we have a concrete suggestion, I'm marking this as won't fix.


Original comment by: Jason R. Coombs