mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-09 00:46:19 +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))
|
if (pendingRequest.Check(tokenData))
|
||||||
{
|
{
|
||||||
pendingRequests.Remove(pendingRequest);
|
pendingRequests.Remove(pendingRequest);
|
||||||
|
if (pendingRequest.Result == null)
|
||||||
|
{
|
||||||
|
continue; // A previous timeout.
|
||||||
|
}
|
||||||
if (!socketClient.ContinueOnQueryResponse)
|
if (!socketClient.ContinueOnQueryResponse)
|
||||||
return;
|
return;
|
||||||
handledResponse = true;
|
handledResponse = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user