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

Specify QoS for MQTT syntax #1753

Closed
SebastienGllmt opened this issue Jun 10, 2024 · 1 comment
Closed

Specify QoS for MQTT syntax #1753

SebastienGllmt opened this issue Jun 10, 2024 · 1 comment

Comments

@SebastienGllmt
Copy link

In the subscribe code, it mentions MQTT syntax being accepted for subscriptions. However, the docs mention nothing about how this MQTT support is implemented internally. This matters because MQTT defines 3 QoS levels which have different implications for how clients should be written

It's also possible that by MQTT syntax you mean you're just using the MQTT syntax and now actually following the protocol at all, but even in this case it would be nice if this was explicitly mentioned and possibly what QoS level the implementation maps to

@uNetworkingAB
Copy link
Contributor

uNetworkingAB commented Jun 10, 2024

It's QoS 0, and MQTT syntax is no longer supported.

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

2 participants