Skip to content

Conversation

@davidsteiner
Copy link
Member

Support logout timeouts allowing time for counterparties to respond to our logout messages and terminating the session cleanly.

The logout timeout can be configured in the session config. If it isn't configured, it defaults to 2 seconds.

@davidsteiner davidsteiner linked an issue Dec 6, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Dec 6, 2025

Codecov Report

❌ Patch coverage is 84.84848% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.94%. Comparing base (2364df9) to head (bd700c2).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
crates/hotfix/src/session.rs 69.23% 4 Missing ⚠️
crates/hotfix/src/session/state.rs 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #252      +/-   ##
==========================================
+ Coverage   86.51%   86.94%   +0.43%     
==========================================
  Files          84       84              
  Lines        7465     7489      +24     
==========================================
+ Hits         6458     6511      +53     
+ Misses       1007      978      -29     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@davidsteiner davidsteiner merged commit 0a113d6 into main Dec 7, 2025
3 of 4 checks passed
@davidsteiner davidsteiner deleted the 196-implement-logout-timeouts-for-graceful-logouts branch December 7, 2025 11:31
@github-actions github-actions bot mentioned this pull request Dec 8, 2025
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.

Implement logout timeouts for graceful logouts

4 participants