Socket is not disconnecting #595
vimalmistry
started this conversation in
General
Replies: 1 comment 3 replies
-
You should decrease your idleTimeout time if you need to know if client disconnected, only way to know for sure for that case is have server auto-send ping at idleTimeout and if no response it will close connection for you. Otherwise it will wait for client to respond and backpressure will build up until idleTimeout, or if you have closeOnBackpressureLimit set it will close |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have question.
I am using flutter and its dart:io library for communicate to the server. Is anyone have some experience? What should I do?
Beta Was this translation helpful? Give feedback.
All reactions