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

Control command should be able to optionally block #136

Open
Geod24 opened this issue Jan 24, 2025 · 0 comments
Open

Control command should be able to optionally block #136

Geod24 opened this issue Jan 24, 2025 · 0 comments

Comments

@Geod24
Copy link
Owner

Geod24 commented Jan 24, 2025

Currently, control command never block, as blocking is achieved by the client:

return this.conn.waitResponse(command.id, this.timeout);

This can create undesirable situations, for example when things need to be restarted in a certain order to avoid crashes.


Actually a synchronous start could also make sense 🤔

EDIT: Less of a worry because we got a channel we can wait on.

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

No branches or pull requests

1 participant