szmcdull

Results 41 comments of szmcdull

By `async void` do you mean `async void Func(...)`? I see _outstandingOperations is increased from `AsyncContext.TaskScheduler.Enqueue(Task)`. These Tasks are mainly completion callbacks from other threads than the main thread, for...

OK I found out that AsyncVoidMethodBuilder does call SynchronizationContext.OperationStarted. Anyway, I decide to forcefully decrease _outstandingOperations when I believe my program should exit, using reflection haha

Sorry. It is my fault. DoGet() sometimes never return. I should print log after that call.

I have a similar issue in Windows. When it happens, every time i save a .go file, vscode and Windows Defender will consume high CPU for several seconds. If ^S...

OKEx, Huobi, Binance, Deribit, KuCoin etc.

Maybe futures/swap can be determined by symbol name. But margin/spot share the same symbol names and depths.

How is isMarginEnabled related to futures/swap?

There is a new `zmq_send_const` API in ZMQ 4.1.4. Please add support for this.

Seems `YahooFinanceData` class is out of date. Is BackTrader discontinued?

Is this issue fixed? 'Cause I just encountered it. I have a nullable DateTime key column with DEFAULT CURRENT_TIMESTAMP(3). When inserting a new instance, I got MySql.Data.MySqlClient.MySqlException (0x80004005): Column 'addTime'...