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

feat: client unpause and client help #4630

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: client unpause and client help #4630

wants to merge 3 commits into from

Conversation

kostasrim
Copy link
Contributor

Implement client unpause and client help.

  • add client unpause
  • add client help
  • add test

Resolves #4628 and #3799

Comment on lines 3226 to 3228
std::unique_lock lk(client_pause_mu_);
client_pause_.store(true, std::memory_order_relaxed);
client_pause_fb_ = std::move(*pause_fb_opt);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only this part changed semantically. The rest is moved/ small refactor.

@kostasrim kostasrim self-assigned this Feb 19, 2025
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.

Implement CLIENT UNPAUSE command
1 participant