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
problem
Evaluating two strings in parallel (with sci.async) with the same context results in evaluation in the wrong namespace and could not resolve symbol errors.
version
platform
Javascript, browser
problem
Evaluating two strings in parallel (with sci.async) with the same context results in evaluation in the wrong namespace and could not resolve symbol errors.
The output of the repro below

repro
expected behavior
I would expect it to behave the same as executing one at a time
Like this
The first eval should be in the
test
namespace and the second should be in theuser
namespaceSponser
The text was updated successfully, but these errors were encountered: