Establish 100 connections to Steam as quickly as possible using client[100_item].Connect(); #1362
MisterGibs
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My task is to establish 100 connections to Steam as quickly as possible using client[100_item].Connect();
When I do this in a for loop, the connections are established very slowly, after going through the loop I can wait a minute and only get 15 out of 100 connections.. eventually all 100 will connect, but that's very slow. Who can tell me how to do this quickly?
Beta Was this translation helpful? Give feedback.
All reactions