Replies: 1 comment 1 reply
-
Well, it can reduce latency when sending multiple requests to the same peer, as the connection can be reused. It can also help to avoid exceeding OS limits on the number of open connections, by limiting the total connections across the session. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
My usecase requires to connect to arbitrary number of devices and each one of them might disconnect at any
point in time.
docs says that
Beta Was this translation helpful? Give feedback.
All reactions