kaichaosun / rlt

Localtunnel implementation in Rust, expose local API to the public.
MIT License
93 stars 11 forks source link

Gracefully handle tunneled service restarting #8

Open alextes opened 2 years ago

alextes commented 2 years ago

When I restart the tunneled service, RLT (understandably) complains that the connection is broken, and that it cannot create a new one. Restarting the service, however, doesn't help.

Suggestions: