Client.disconnect() from the client side if there i no internet #4151
-
If there is no network connection, does Client.disconnect() from the client side (not server side) work? or do we need some sort of server handshake for the disconnection to really fire? Thank you! Ahmed |
Beta Was this translation helpful? Give feedback.
Answered by
darrachequesne
Nov 30, 2021
Replies: 2 comments 1 reply
-
Yes, it works even without a server. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
afahim12
-
Merci Damien!
And also thanks for your contributions on socket 4 and redis.
Just implemented it and used fetch sockets across all node/dyno servers on heroku and it worked like a charm.
Very thankful!
…______________________
Ahmed Fahim
+1 (917) 443-9850
***@***.***
On Dec 1, 2021, at 12:18 AM, Damien Arrachequesne ***@***.***> wrote:
Yes, it works even without a server.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it works even without a server.