ngrok / ngrok-javascript

Embed ngrok secure ingress into your Node.js apps with a single line of code.
https://ngrok.com
Apache License 2.0
88 stars 18 forks source link

completely decouple tunnel drop from nodejs #11

Closed bobzilladev closed 1 year ago

bobzilladev commented 1 year ago

This takes care of an issue seen inside a SIGINT handler during NodeJS shutdown that only occurs on windows. There have been enough issues with the spawn-on-drop for tunnel that it will be nice to completely remove it from NodeJS's control going forward.