Open
Description
I have a problem:
I send request number 1.
Resilient sends request to discovery service for getting hosts of app.
At that time I send request number 2.
Resilient sends request to discovery service for getting hosts of app again.
Now this is what happens: request 1 falls down because second request kills response 1 from discovery service.
It keeps happening until resilient gets new requests before it gets a reply from a discovery service.
Is there a solution of this problem without fixing it in your code? Or maybe you can tell me how can I hardfix it in my fork?