Replies: 1 comment
-
Hi @proost, given that TCP guarantees ordered and reliable message transmission, using count to tolerate transient errors is incorrect in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: Sometime Fluctuation In Networks makes unwanted closed connections and refreshing because of timeout.
How about using
KeepAliveConfig.Count
inbackgroundping
? So there are rooms for transient error.Beta Was this translation helpful? Give feedback.
All reactions