- MMS client: fixed bug with async request timeout

pull/93/head
Michael Zillgith 7 years ago
parent cf63ab1269
commit 861c5b244b

@ -931,7 +931,8 @@ handleAsyncResponse(MmsConnection self, ByteBuffer* response, uint32_t bufPos, M
} }
} }
removeFromOutstandingCalls(self, outstandingCall->invokeId); if (err != MMS_ERROR_SERVICE_TIMEOUT)
removeFromOutstandingCalls(self, outstandingCall->invokeId);
} }
static void static void

Loading…
Cancel
Save