-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Adds user to project rooms on websocket reconnect #8407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Adds user to project rooms on websocket reconnect #8407
Conversation
Ensures users are automatically added to socket rooms for projects they have open when connecting, improving real-time collaboration and state synchronization across project sessions.
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8407 +/- ##
==========================================
- Coverage 87.90% 84.80% -3.10%
==========================================
Files 1951 761 -1190
Lines 75967 35050 -40917
Branches 1336 175 -1161
==========================================
- Hits 66778 29725 -37053
+ Misses 8790 5268 -3522
+ Partials 399 57 -342
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
🧪 CI InsightsHere's what we observed from your CI run for cdc968e. ✅ Passed Jobs With Interesting Signals
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested
9461e3d
into
ITISFoundation:master



What do these changes do?
Related issue/s
How to test
Dev-ops