|
|
@ -1058,11 +1058,12 @@ mmsClient_getNameListSingleRequest(
|
|
|
|
|
|
|
|
|
|
|
|
ByteBuffer* responseMessage = sendRequestAndWaitForResponse(self, invokeId, payload);
|
|
|
|
ByteBuffer* responseMessage = sendRequestAndWaitForResponse(self, invokeId, payload);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (responseMessage != NULL)
|
|
|
|
if (responseMessage != NULL)
|
|
|
|
moreFollows = mmsClient_parseGetNameListResponse(nameList, self->lastResponse, NULL);
|
|
|
|
moreFollows = mmsClient_parseGetNameListResponse(nameList, self->lastResponse, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (self->lastResponseError != MMS_ERROR_NONE)
|
|
|
|
|
|
|
|
*mmsError = self->lastResponseError;
|
|
|
|
|
|
|
|
|
|
|
|
releaseResponse(self);
|
|
|
|
releaseResponse(self);
|
|
|
|
|
|
|
|
|
|
|
|
if (self->associationState == MMS_STATE_CLOSED)
|
|
|
|
if (self->associationState == MMS_STATE_CLOSED)
|
|
|
|