chore: properly close websocket connection on device logout#39383
chore: properly close websocket connection on device logout#39383juliajforesti wants to merge 2 commits intodevelopfrom
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (1)**/*.{ts,tsx,js}📄 CodeRabbit inference engine (.cursor/rules/playwright.mdc)
Files:
🧠 Learnings (5)📚 Learning: 2026-02-20T09:04:55.725ZApplied to files:
📚 Learning: 2026-02-25T20:10:16.987ZApplied to files:
📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-02-10T16:32:42.586ZApplied to files:
🔇 Additional comments (3)
WalkthroughThe changes refactor logout session behavior by removing Meteor-specific validation logic from the client-side force logout handler and implementing server-side connection closure via a session's DDP connection handle. Type definitions are updated to reflect the new connectionHandle property on server sessions. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #39383 +/- ##
===========================================
- Coverage 70.92% 70.87% -0.06%
===========================================
Files 3207 3196 -11
Lines 113353 113254 -99
Branches 20554 20506 -48
===========================================
- Hits 80399 80272 -127
- Misses 30908 30932 +24
- Partials 2046 2050 +4
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
CORE-1847
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
Summary by CodeRabbit