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
Some endpoints may not work correctly (intermittently) in some versions of Node (>= 4.1.2).
This is due to: nodejs/node#3803 (comment)
Affects Unix socket based connections, direct TCP should not be affected.
The text was updated successfully, but these errors were encountered:
Looks like this is being tracked in nodejs/node#3947
Sorry, something went wrong.
Node v5.3.0 seems to fix it, can't reproduce it anymore with our test suite.
I get this error occasionally. Is there a way to catch it and retry?
No branches or pull requests
Some endpoints may not work correctly (intermittently) in some versions of Node (>= 4.1.2).
This is due to: nodejs/node#3803 (comment)
Affects Unix socket based connections, direct TCP should not be affected.
The text was updated successfully, but these errors were encountered: