Compare commits

..

No commits in common. "3919174996ea58ac477f5cbe257d54470aeb996e" and "610cac90bcd35a09ecaf11290664a809502c9eba" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

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