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
The filesystem class and other functions like setupFS() must be modified to be non-static.
It should be possible to get an instance of the filesystem for "user1" and "user2" in parallel without having to call tearDownFS() then setupFS(), which is likely to have unwanted side-effects.
@icewind1991 @schiesbn tagging as tech debt for the future
The text was updated successfully, but these errors were encountered:
The filesystem class and other functions like setupFS() must be modified to be non-static.
It should be possible to get an instance of the filesystem for "user1" and "user2" in parallel without having to call
tearDownFS()
thensetupFS()
, which is likely to have unwanted side-effects.@icewind1991 @schiesbn tagging as tech debt for the future
The text was updated successfully, but these errors were encountered: