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

Subscription QoS can't be changed #96

Open
loremus opened this issue Jul 31, 2024 · 0 comments
Open

Subscription QoS can't be changed #96

loremus opened this issue Jul 31, 2024 · 0 comments
Assignees
Labels
need-testing something to be tested question Further information is requested

Comments

@loremus
Copy link

loremus commented Jul 31, 2024

While setting up a system with persistent connection, I noticed that there seems to be no option to configure the QoS for client subscriptions. With the cleanSession: false option in the MqttOptions, and after publishing a message from another client with a QoS greater than zero, the messages sent while the Vue client was disconnected were not delivered upon reconnection.

My suspicion is that the subscription QoS might default to zero, which would explain why the messages were not delivered.

Could you please confirm if this is the case? If so, is there a way to specify the QoS for subscriptions in the current implementation?

@kaandesu kaandesu added question Further information is requested need-testing something to be tested labels Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-testing something to be tested question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants