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
86 stars 17 forks source link

Clean teardown of forwarding tunnel on session.close() #58

Closed bobzilladev closed 1 year ago

bobzilladev commented 1 year ago

Check if the forwarding error is due to reconnect cancellation, in which case this is part of a clean shutdown of the tunnel and should not error to the user.