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

[mock-omaha-server] Fix server lock when using tokio #28

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Conversation

ephemeralriggs
Copy link
Collaborator

This fixes a missing clone() when obtaining the server lock when handling requests when using the tokio runtime.

Fixed: #27

This fixes a missing clone() when obtaining the server lock when
handling requests when using the tokio runtime.

Fixed: #27
@ephemeralriggs ephemeralriggs requested a review from JayXon August 16, 2024 13:34
@ephemeralriggs ephemeralriggs merged commit 77014ba into main Aug 17, 2024
4 checks passed
@ephemeralriggs ephemeralriggs deleted the issue27 branch August 17, 2024 11:34
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.

Fix omaha server locking when using tokio
2 participants