luyiming
luyiming
same issue here, I guess there's something to do with this PR https://github.com/tortoise/tortoise-orm/pull/1001? Downgrading to 0.18.1 fixes this issue.
I didn't upload the executable file. If you want to use, you need to open it in QT and compile. You can download QT here https://www.qt.io/download-open-source BTW, it is my...
On Binance, the order ID for each symbol is an independently incrementing sequence (possibly starting from 1, though I'm not certain about that). So different symbols can have the same...
I have implemented binance unsub in my code for a while using a similar approach. It's glad to see ccxt finally supports it officially.
@carlosmiei I’ve implemented a fix for this https://github.com/ccxt/ccxt/pull/24025. However, I’m not sure if the code style aligns with the project’s conventions. Could you please take a look and let me...