Skip to content

Keep disconnected share links recoverable - #25

Merged
TeoSlayer merged 1 commit into
mainfrom
codex/fix-network-reconnect
Sep 4, 2026
Merged

Keep disconnected share links recoverable#25
TeoSlayer merged 1 commit into
mainfrom
codex/fix-network-reconnect

Conversation

@TeoSlayer

Copy link
Copy Markdown
Owner

What changed

  • keep ordinary sessions recoverable for 12 hours after a host network disconnect instead of deleting them after 15 minutes
  • retain the existing 30-day window for persistent sessions
  • centralize and test both disconnected-session lifetime rules
  • update README and versioned website-doc content to state the real recovery behavior

This keeps a sleeping laptop, Wi-Fi switch, or VPN reconnect from permanently invalidating an otherwise live share. The local PTY remains independent and the existing reconnect loop can rejoin the same relay identity.

Test

  • npm run check (18 files / 58 tests plus installer, Docker, and SEO integration checks)
  • go test ./...

Closes #21

@TeoSlayer
TeoSlayer force-pushed the codex/fix-network-reconnect branch from e4e8fa4 to bd76280 Compare September 4, 2026 08:01
@TeoSlayer
TeoSlayer merged commit fba663e into main Sep 4, 2026
7 checks passed
@TeoSlayer
TeoSlayer deleted the codex/fix-network-reconnect branch September 4, 2026 08:07
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

Successfully merging this pull request may close these issues.

A 15-minute network drop permanently destroys a share, with the process still running and no way to recover

2 participants