Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cluster controller makes a blocking call inside its select loop #2832

Closed
pcholakov opened this issue Mar 5, 2025 · 0 comments
Closed

Cluster controller makes a blocking call inside its select loop #2832

pcholakov opened this issue Mar 5, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@pcholakov
Copy link
Contributor

This line causes the select loop to block:

self.on_cluster_cmd(cmd).await;

@pcholakov pcholakov added the bug Something isn't working label Mar 5, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant