-
Notifications
You must be signed in to change notification settings - Fork 80
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
Need help to handle disconnection #61
Comments
fuatsengul, Did you already find a solution to your problem? |
Hello Bsocius, Actually I did not. |
Is this an issue with the ddp-client, or with faye-websocket on top of which the ddp-client is built? |
I think the only actual issue is we (I) only implemented responding to heartbeats in the ddp v2 spec. |
Hi all! I'm having the same issue as @fuatsengul: I've forked the project and will give it a try with the client heartbeat sending. ... |
Hello @clvLabs, Btw, hope those forks gets merged soon. |
Hi there
I've handled socket-error and socket-close events with your sample code but when I manually disconnect the client (like removing the ethernet cable) those handlers never goes in action.
If I shutted down the server, I see socket-close is works well.
Does it flashes any simple solution on your mind?
Any help will be appreciated :)
Thanks :)
The text was updated successfully, but these errors were encountered: