-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client-side timeout #12
Comments
Have the same problem here. It just stops receiving messages. Pretty much makes the library unusable. :( |
Is this still a problem with the latest version of irc-client and irc-conduit? I don't think I've seen this behaviour since b0582d6, which got pushed to hackage in version 0.4.2.1. |
I had it a few times, yes. I tested the behaviour of |
I think I haven't seen it https://github.com/siers/zn/blob/master/Main.hs#L64 |
I believe 97a0dbe correctly implements this. There is a new |
Sometimes yukibot will drop off freenode, but the process will remain running. This means that network-conduit (or something) hasn't noticed the disconnect. A client-side timeout to initiate a disconnect if the server doesn't respond to a message in long enough would solve this.
The text was updated successfully, but these errors were encountered: