You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For many slots it would be more efficient (at least on the user side) to get all slots in a bulk response.
As it is done in a similar request for agent info:
When asking for slot info currently the info is delivered one by one:
For many slots it would be more efficient (at least on the user side) to get all slots in a bulk response.
As it is done in a similar request for agent info:
SAgentInfoRequest::request_t agentInfoRequest; SAgentInfoRequest::responseVector_t agentInfo; ddsSession->syncSendRequest<SAgentInfoRequest>(agentInfoRequest, agentInfo, timeout);
The text was updated successfully, but these errors were encountered: