You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 theservice
method. Any ideas how to improve this?The text was updated successfully, but these errors were encountered: