23tux / vcr_proxy

19 stars 10 forks source link

Where to put VCR.use_cassette #2

Open 23tux opened 11 years ago

23tux commented 11 years ago

When a lot of requests are made, VCR complains that there is already a cassette in use, and the cassettes could not be nested. By now, VCR.use_cassette is called in the service method. Any ideas how to improve this?