1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-18 03:43:00 +00:00

Added better support for subscriptions without subscribe confirmation

This commit is contained in:
Jkorf
2025-08-22 10:17:16 +02:00
parent 3e1b5ada69
commit d92f3b7904
6 changed files with 83 additions and 15 deletions
@@ -270,7 +270,7 @@ namespace CryptoExchange.Net.Clients
}
var waitEvent = new AsyncResetEvent(false);
var subQuery = subscription.GetSubQuery(socketConnection);
var subQuery = subscription.CreateSubscriptionQuery(socketConnection);
if (subQuery != null)
{
// Send the request and wait for answer