Compare commits
No commits in common. "3919174996ea58ac477f5cbe257d54470aeb996e" and "610cac90bcd35a09ecaf11290664a809502c9eba" have entirely different histories.
3919174996
...
610cac90bc
|
@ -71,7 +71,8 @@ namespace KLHZ.Trader.Core.Exchange.Services
|
|||
{
|
||||
try
|
||||
{
|
||||
await SubscribePrices();
|
||||
//await SubscribePrices();
|
||||
await Task.Delay(1000);
|
||||
//await SubscribeCandles();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
Loading…
Reference in New Issue