ORSSerialPort icon indicating copy to clipboard operation
ORSSerialPort copied to clipboard

Fix the potential double delegate call per request

Open DesmanLead opened this issue 1 year ago • 1 comments

We've been facing a situation when both requestDidTimeout and didReceiveResponse were called for a single request. This might result in a crash when used e.g. with DispatchGroups to wait for the request completion.

DesmanLead avatar Nov 03 '23 14:11 DesmanLead

@mbarnach @0xKayvan take a look at this PR, please

DesmanLead avatar Nov 03 '23 14:11 DesmanLead