-
Notifications
You must be signed in to change notification settings - Fork 422
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
Detect client timeout ? #375
Comments
You can send a ping message to the server and then await a response (pong). You will be sending the ping to the IRC server you are connected to. If the response if not received within a given amount of time you can assume your client to be disconected. |
Thanks 2015-07-01 20:38 GMT+02:00 Pure_ notifications@github.com:
|
There is a patch I submitted a while ago to add ping timeouts, but it was during the attempted restructuring and probably got lost among the chaos. Here's a link: #214 |
I will try to patch and see if it works! Thanks for help bro |
So many things had changed, it seems to be broken now :( |
I bind a PING event, but the bot still not detecting it. Did you put Thanks for help 2015-07-28 17:38 GMT+02:00 Booster2ooo notifications@github.com:
|
Sorry, I removed my reply because it was irrelevant. |
I fixed the problem, everytime I receive à PING from the server, it start a 2015-07-30 9:02 GMT+02:00 Booster2ooo notifications@github.com:
|
Related to #76. |
The pull request was reopened, i believe a merge is possible. @philip-peterson i hope it would be pretty simple to re-merge this since you already spent time on it before, not sure if thats possible though. |
Hello,
I am sorry to open a new issue but I looked at all issues about detecting when the client timeout but I didn't found a working solution, or something understandable. In every issues I saw they were all doing a redirection loop a mention loop.
So can someone help me found a solution please ? I have see the idea of send PING request, but who should ping who ?
Thanks for helping and have a nice day!
The text was updated successfully, but these errors were encountered: