-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected behavior #219
Comments
Hi, @diegodfsd. Sorry for late reply. |
Sometimes we have got the same exception. We create unique module for each HTTP request but we reuse the same |
Depends on what code will be executed in that context. If it is guaranteed not to change a state of global objects and prototypes of proxied types, then you can use one for all requests. For example, if your product is web browser, it's required to create new |
Hi,
I'm using NiL.JS version
2.5.1294
with .net core 3.1.201 in production and in last days we caught the exception below. Does anyone have any ideas to help us to find the cause?We create a wrapper over
Context
and to call a js method we have:This is our JsFunctionCallContext used in js function context.
Usually the js function works as a map to transform a json data.
The text was updated successfully, but these errors were encountered: