Replies: 2 comments 2 replies
-
|
So I have created custom Handler, created Method and Callback for it but from what I see I get no response to my request: public AsyncJob<GetServerListCallback> GetServerList(uint appId)
{
var msg = new ClientMsgProtobuf<CGameServers_GetServerList_Request>(EMsg.ClientGMSServerQuery);
//...
return new AsyncJob<GetServerListCallback>(this.Client, msg.SourceJobID);
}It just dead silence. if I try to |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
If this is available over the CM connection, it will be via |
Beta Was this translation helpful? Give feedback.
2 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.
-
Talking about:
https://partner.steamgames.com/doc/api/ISteamMatchmakingServers#RequestInternetServerList
Beta Was this translation helpful? Give feedback.
All reactions