Skip to content
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

Fix wrong NoWatcher error code and possible session disconnected in watcher remove #24

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

kezhuw
Copy link
Owner

@kezhuw kezhuw commented Mar 7, 2024

Both are discovered in #22. See commit message for detail.

@kezhuw kezhuw force-pushed the unwatching_session_disconnected branch from 2fdc253 to 0927da8 Compare March 7, 2024 17:52
behos and others added 2 commits March 9, 2024 11:22
`xid` for unwatching requests is not set in unblocking. Response for
later unwatching will not find matching request as it was popped by
earlier response.

Closes #22.
@kezhuw kezhuw force-pushed the unwatching_session_disconnected branch from 0927da8 to bcd3a94 Compare March 9, 2024 03:24
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 90.90909% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 83.73%. Comparing base (60fef3f) to head (bcd3a94).

Files Patch % Lines
src/session/depot.rs 87.50% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   83.68%   83.73%   +0.04%     
==========================================
  Files          30       30              
  Lines        3966     3971       +5     
==========================================
+ Hits         3319     3325       +6     
+ Misses        647      646       -1     

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

@kezhuw kezhuw merged commit d742c95 into master Mar 12, 2024
12 checks passed
@kezhuw kezhuw deleted the unwatching_session_disconnected branch March 14, 2024 05:15
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.

3 participants