new SteamClient and many client.GetHandler<SteamGameServer> - is realy? #1307
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, can I raise several servers under a separate connection (client) in this way?
client = new SteamClient(configuration);
server_first = client.GetHandler();
server_secons = client.GetHandler();
server_next = client.GetHandler();
...
Beta Was this translation helpful? Give feedback.
All reactions