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

Handler for high priority commands #11

Open
sigrlami opened this issue Feb 12, 2024 · 0 comments
Open

Handler for high priority commands #11

sigrlami opened this issue Feb 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sigrlami
Copy link
Owner

There are occasions when we need the event loop to address particular requests.
For example, in certain scenarios like the one presented by library users, it becomes necessary for the event loop to suspend data transmission until a resume command is issued.

Relying solely on the user channel for this purpose may result in delays. Therefore, incorporating a new channel called tx or up into the GlazeClient or GlMqttClient for managing these special requests would significantly enhance the system's responsiveness and effectiveness.

@sigrlami sigrlami self-assigned this Feb 12, 2024
@sigrlami sigrlami added the enhancement New feature or request label Feb 12, 2024
@sigrlami sigrlami added this to the v0.7.1 milestone Feb 12, 2024
@sigrlami sigrlami moved this to Backlog in glaze-mq board Feb 12, 2024
@sigrlami sigrlami moved this from Backlog to In progress in glaze-mq board Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

No branches or pull requests

1 participant