mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #96] traffic is stuck when connectivity state changes #50
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Grabber on GitHub (Apr 22, 2019).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/96
I have been experiencing some issues when the Internet state changes (with connectivity to without connectivity)... apparently the client doesn't reconnect to server. A single restart on any side recovers the tunnel.
Any insights?
@mmatczuk commented on GitHub (Apr 23, 2019):
What about TCP keepalive?
@Ashesh3 commented on GitHub (Jan 23, 2023):
+1 Having the same issue here.