-
-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance issues #1357
Comments
Hi, both libraries use the same websocket mechanic under the hood, assuming you're using the latest versions. Could it be that Binance just processes more data? Library version numbers? |
No. I am using Binance UsdFuturesApi's SubscribeToUserDataUpdatesAsync + SubscribeToKlineUpdatesAsync, the last one has update frequency 250ms Bybit: SubscribeToOrderUpdatesAsync, SubscribeToPositionUpdatesAsync, SubscribeToWalletUpdatesAsync (V5PrivateApi), SubscribeToCandleUpdatesAsync (V5LinearApi) Versions are latest from nuget: binance 9.6.1, bybit 3.6.1 |
Hello, I am using Bybit and Binance packages. Binance consumes almost 10 times more CPU time, profiler shows the time in waiting for data in sockets. Can you check ?
The text was updated successfully, but these errors were encountered: