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
Well, I doubt the quickfix is any quicker. I think it will be as easy to just let the ongoing recording continue if we hit a recording method when already recording, and it might solve other similar issues.
I think I misunderstood the issue, I agree it might be better to just record one at a time, however that might not capture obscure usages of static/mutable state, etc if we isolate the recordings (?). I guess we should not put too much mind into optimizing this just yet. :)
Typically happens when you call internal private methods and set recording at class level.
Quickfix is probably to exclude recordings on private methods. Better is probably not to start a new recording if a recording in already going on.
The text was updated successfully, but these errors were encountered: