Closed iavsm closed 4 years ago
Is there any way we can set request priority. For example, if I execute 10 requests asynchronous and on 11th request I decide to pause the remaining request and hit 11 first and once I received response for 11 I will resume remaining requests?
basic-http-client doesn't have any queueing mechanism so this is out of scope, sorry.
Is there any way we can set request priority. For example, if I execute 10 requests asynchronous and on 11th request I decide to pause the remaining request and hit 11 first and once I received response for 11 I will resume remaining requests?