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(server): refactor system write and read operations #1568

Merged
merged 1 commit into from
Feb 21, 2025
Merged

Conversation

hubcio
Copy link
Contributor

@hubcio hubcio commented Feb 21, 2025

This commit refactors the handling of system write and read
operations by removing unnecessary scopes and using downgrade()
instead of read().await.

This change reduces potential deadlocks.

This commit refactors the handling of system write and read
operations by removing unnecessary scopes and using `downgrade()`
instead of `read().await`.

This change reduces potential deadlocks.
@spetz spetz merged commit 8b06b8b into master Feb 21, 2025
14 checks passed
@spetz spetz deleted the deadlocksss branch February 21, 2025 16:00
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.

2 participants