Skip to content

Conversation

@EspressoTrip-v2
Copy link
Contributor

@EspressoTrip-v2 EspressoTrip-v2 commented Jan 28, 2026

Mongo calls the socks create connection more than once, ensure all sockets are closed.
Biggest issue was actually that the mongo client creates an initial socket and passes it to the socks client. I was creating a new socket which replaced the reference to the original socket, which then would timeout for 2 mins on exit of node app.

  • Individually close sockets
  • Reuse originally created socket in proxy
  • Fixed workflows for auth on NPM

Test here

@EspressoTrip-v2 EspressoTrip-v2 merged commit 8d0eb0f into master Jan 28, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

4 participants