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

Remove unused oneshot channel from USR2 sdf work #4376

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

nickgerace
Copy link
Contributor

Description

This PR removes an unused oneshot channel from the recent USR2 signal handling work in sdf (#4368).

Additional changes

  • Move the maintenance mode message into a constant in order to make the code more readable
  • Rename Result to ServerResult for clarity in server/server.rs
  • Re-order imports to match style

@github-actions github-actions bot added the A-sdf Area: Primary backend API service [Rust] label Aug 20, 2024
let (graceful_shutdown_tx, graceful_shutdown_rx) = oneshot::channel::<()>();
let (_application_mode_tx, application_mode_rx) = oneshot::channel::<()>();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Primary change

This commit removes an unused oneshot channel from the recent USR2
signal handling work in sdf (#4368).

Additional changes:
- Move the maintenance mode message into a constant in order to make the
  code more readable
- Rename "Result" to "ServerResult" for clarity in "server/server.rs"
- Re-order imports to match style

Signed-off-by: Nick Gerace <[email protected]>
@nickgerace nickgerace added this pull request to the merge queue Aug 20, 2024
Merged via the queue into main with commit 1bb342e Aug 20, 2024
8 checks passed
@nickgerace nickgerace deleted the nick/eng-2640 branch August 20, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sdf Area: Primary backend API service [Rust] A-si-test-macros
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant