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
Labeling this as question, it came to mind yesterday.
By default blockr uses one workspace object which I believe will cause issues if we have multiple concurrent users as they will be referencing the same workspace environment. I think that's bound to leads to data races and other issues.
Each user should have their own workspace I think.
Is there an easy way to define that when the application starts up?
The text was updated successfully, but these errors were encountered:
In principle, I believe this can be handled with what we have currently: all "workspace manipulating" functions (should) have a workspace arg. What is expected there is an environment created as
The currentresult_field implementation is not compatible with "multiple" workspaces, as it goes and fetches stack results from the default. This will change with #432 however as it does not work as intended anyways.
Labeling this as question, it came to mind yesterday.
By default blockr uses one workspace object which I believe will cause issues if we have multiple concurrent users as they will be referencing the same workspace environment. I think that's bound to leads to data races and other issues.
Each user should have their own workspace I think.
Is there an easy way to define that when the application starts up?
The text was updated successfully, but these errors were encountered: