Compare commits

...

2 Commits

Author SHA1 Message Date
vlad zverzhkhovskiy 3919174996 Merge branch 'main' of https://git.ssleg.tech/vladzvx/klhztrader
test / test action (push) Has been cancelled Details
2025-08-27 16:07:29 +03:00
vlad zverzhkhovskiy ac7a2c2bf3 включил чтение истории 2025-08-27 16:07:20 +03:00
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ namespace KLHZ.Trader.Core.Exchange.Services
{
try
{
//await SubscribePrices();
await Task.Delay(1000);
await SubscribePrices();
//await SubscribeCandles();
}
catch (Exception ex)