EasyPost/easyvcr-csharp

Missing support for multiple http requests with same url and args

Closed this issue · 2 comments

I have a polling loop asking the same GET N times waiting for an event. I would like to respond with the same sequence of responses it was giving me in the recording step.

Unfortunately, if you are using the exact same parameters, headers, etc. (if each recorded request is the exact same), there is no way to differentiate the requests. EasyVCR returns the corresponding response of the first request that matches in the cassette.

If you have a proposed solution to this, we'd be more than happy to explore it and implement it if it works.

Closing due to inactivity. Feel free to re-open.