- MMS client: fixed bug with async request timeout

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

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

Loading…
Cancel
Save