-
Notifications
You must be signed in to change notification settings - Fork 404
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
UncaughtException: socket.destroy is not a function #308
Comments
Thanks for letting us know @xjme -- we haven't heard reports of this issue yet. If you're looking for immediate support the fastest way to get the right eyes on this issue will be submitting it via official support channels. https://support.newrelic.com/ -- that said we're always happy to be an extra set of eyes on an issue, especially if it helps us improve the agent. The Also, if you can provide a full callstack or reproduction we might be able to help you figure out what's going on. |
Looks like this error is resolved in the latest patch release of the |
Thank you @nimadera! @xjme It sounds like this issue's been fixed by the upstream provider. Since the Node Agent has a SemVer dependency of We're going to close this issue out for now, but if the latest |
Since the last update (5.13.1), we randomly encaunter following error, which causes application to crash.
uncaughtException: socket.destroy is not a function
, which is invoked by freeSocket function withinnewrelic/node_modules/agent-base/index.js:169:10
. Dependancy on agent-base module is new, it was not there before the update.We use v10.16.3 of nodejs. Could you please elaborate the problem?
The text was updated successfully, but these errors were encountered: