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

Localtunnel dotnet global tool looses connection after some time without use #21

Open
jyanez73 opened this issue Dec 2, 2022 · 2 comments

Comments

@jyanez73
Copy link

jyanez73 commented Dec 2, 2022

Hello,
When some time passes I guess the server drops the tunnel and the connections through subdomain.loca.lt stop reaching the localhost.
I'm using the command:
localtunnel --subdomain test2 -p 44888 https

The console doesn't show any error stating that the tunnel is down.
It would be nice the the cli gets notified or makes some pulling to check if the tunnel is still alive and reconnects it.

@sundayScoop
Copy link

I get this error as well. Might be something to do with the fact that the JS client frequently sends keep-alive packets, while the .NET client does not. Trying to figure out why.

angelobreuer added a commit that referenced this issue Feb 6, 2023
@angelobreuer
Copy link
Owner

Probably https://github.com/angelobreuer/localtunnel.net/tree/fix/angelobreuer/tcp-keep-alive could solve this issue. I haven't experienced this issue by myself even after multiple hours of testing.

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

3 participants