mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #73] Socket hang up #66
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#66
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 @zakwear on GitHub (Sep 30, 2022).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/73
After a number of handshake failures, the tunnel opened, but now getting repeated socket hangup responses:
"message": "socket hang up",
"name": "Error",
"stack": "Error: socket hang up\n at connResetException (node:internal/errors:704:14)\n at TLSSocket.socketOnEnd (node:_http_client:505:23)\n at TLSSocket.emit (node:events:525:35)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)",
Same operations were working yesterday.
@janwirth commented on GitHub (Oct 9, 2022):
I'm experiencing the same issue.