1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00
This commit is contained in:
JKorf
2024-04-17 13:57:00 +02:00
parent 6f915a3739
commit 5b11d94f73
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -2276,7 +2276,7 @@ var binanceClient = new BinanceRestClient(new HttpClient(), logFactory, options
</p>
<p>
Client side rate limiting can only correctly work if there is only a single program talking to the exchange. When multiple different application send requests at the same time it's impossible for the client side to keep track of the rate limits. When using multiple concurrent applications it is advised to turn off rate limiting.
Client side rate limiting can only correctly work if there is only a single program talking to the exchange. When multiple different application send requests at the same time it's impossible for the client side to keep track of the rate limits. When using multiple concurrent applications it is advised to turn off rate limiting. Also note that when requests are rate limited with RateLimitBehaviour.Wait that the order of the requests being send is not guarenteed.
</p>
<p>Client side rate limiting is currently implemented for the following libraries:</p>