Skip to content
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

connect ENOBUFS #97

Open
ankitchoudary opened this issue Feb 15, 2021 · 1 comment
Open

connect ENOBUFS #97

ankitchoudary opened this issue Feb 15, 2021 · 1 comment

Comments

@ankitchoudary
Copy link

Hi,

I am getting connect ENOBUFS [IP Address]- Local error intermittently when i enabled keepAliveAgent.
Without keepAliveAgent , I get Connect timeout from third party application as too many connections are getting opened with the third party application.
Please find below my setup:
const HttpsAgent = require('agentkeepalive').HttpsAgent;
const keepaliveAgent = new HttpsAgent({
keepalive: true,
maxSockets: 40,
maxFreeSockets: 10,
freeSocketTimeout: 30000,
timeout: 60000
});

@goriunovphl
Copy link

Having the same problem, everything just blows up after a while when using this agent

 Error: connect ENOBUFS [IP_ADDRESS] - Local (undefined:undefined)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants