mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-08 16:36:15 +00:00
fix for issue 71
This commit is contained in:
parent
02dfd192cb
commit
7bd0fdaf19
@ -153,6 +153,10 @@ namespace CryptoExchange.Net.Sockets
|
||||
if (pendingRequest.Check(tokenData))
|
||||
{
|
||||
pendingRequests.Remove(pendingRequest);
|
||||
if (pendingRequest.Result == null)
|
||||
{
|
||||
continue; // A previous timeout.
|
||||
}
|
||||
if (!socketClient.ContinueOnQueryResponse)
|
||||
return;
|
||||
handledResponse = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user