1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 04:42:57 +00:00

Fixed state handling for subscriptions where queries do not get a response

This commit is contained in:
Jkorf
2026-01-20 15:19:42 +01:00
parent bc8faf9822
commit 96b3904266
2 changed files with 10 additions and 0 deletions
@@ -356,6 +356,9 @@ namespace CryptoExchange.Net.Clients
return new CallResult<UpdateSubscription>(subResult.Error!);
}
}
if (!subQuery.ExpectsResponse)
HandleSubscriptionComplete(true, null);
}
else
{