Is there a way to set a limit on the number of concurrent requests? #1473
Replies: 1 comment
-
No. We don't have that built-in function for the request. You'll have to implement your own mutex with FIFO or LIFO. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to limit the number of concurrent requests.
I looked into BaseOptions and RequestOptions, but that option doesn't seem exist.
Is there anyway to set it? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions