We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It does that here:
loopback/server/current-context.js
Line 35 in 9a33602
And that's a problem, because node doesn't invoke the uncaughtException handler when a Domain error goes uncaught. See nodejs/node#3607.
Loopback should have a reasonable default error handler, or provide me with an API to install one.
cc @piscisaureus
The text was updated successfully, but these errors were encountered:
Domains are deprecated according to the Node.js docs - https://nodejs.org/api/domain.html.
Will Loopback implement an alternative? We are using domains to pass request into entity classes
Sorry, something went wrong.
No branches or pull requests
It does that here:
loopback/server/current-context.js
Line 35 in 9a33602
And that's a problem, because node doesn't invoke the uncaughtException handler when a Domain error goes uncaught. See nodejs/node#3607.
Loopback should have a reasonable default error handler, or provide me with an API to install one.
cc @piscisaureus
The text was updated successfully, but these errors were encountered: