mirror of
https://github.com/fosrl/newt.git
synced 2026-07-16 03:46:25 -05:00
[PR #341] [CLOSED] Fix stale tunnel deadlock #5374
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/fosrl/newt/pull/341
Author: @oschwartz10612
Created: 5/7/2026
Status: ❌ Closed
Base:
main← Head:fix-stale-tunnel-deadlock📝 Commits (2)
980a4f5fix(ping): decouple data-plane recovery trigger from backoff ramp7153cc8fix(websocket): retry SendMessageInterval until caller stops it📊 Changes
4 files changed (+250 additions, -41 deletions)
View changed files
📝
common.go(+51 -28)📝
common_test.go(+39 -0)📝
websocket/client.go(+9 -13)➕
websocket/client_test.go(+151 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.