Hi, can you tell me what the Send() call on a request like GameSparks::Api::Requests::ListAchievementsRequest (the one that returns a templated ResponseType) is supposed to do?
It doesn't appear to be synchronous (there is no logic to spin/wait until the matching response comes back) and it appears to just return m_Response which is not initialized to anything (unless the GameSparks::Core::GSRequest::Complete function is called by ProcessReceivedResponse).
Thanks.
Best Answer
T
Tech Support
said
over 5 years ago
Hi Steven
The blocking Send() method will shortly be removed from the C++ SDK.
It's a artefact from a previous version that has been removed from all SDK's
Gabriel
1 Comment
Tech Support
said
over 5 years ago
Answer
Hi Steven
The blocking Send() method will shortly be removed from the C++ SDK.
It's a artefact from a previous version that has been removed from all SDK's
Steven Ritchie
Hi, can you tell me what the Send() call on a request like GameSparks::Api::Requests::ListAchievementsRequest (the one that returns a templated ResponseType) is supposed to do?
It doesn't appear to be synchronous (there is no logic to spin/wait until the matching response comes back) and it appears to just return m_Response which is not initialized to anything (unless the GameSparks::Core::GSRequest::Complete function is called by ProcessReceivedResponse).
Thanks.
Hi Steven
The blocking Send() method will shortly be removed from the C++ SDK.
It's a artefact from a previous version that has been removed from all SDK's
Gabriel
Tech Support
Hi Steven
The blocking Send() method will shortly be removed from the C++ SDK.
It's a artefact from a previous version that has been removed from all SDK's
Gabriel
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2486 topics