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

Set Subscribe QoS Level #106

Closed
brentru opened this issue Dec 19, 2019 · 1 comment
Closed

Set Subscribe QoS Level #106

brentru opened this issue Dec 19, 2019 · 1 comment

Comments

@brentru
Copy link
Member

brentru commented Dec 19, 2019

MQTTClient should allow user-code to set the QoS level (Adafruit IO MQTT Broker supports QoS of 0 or 1). It currently defaults to a QoS level of 0.

Location: https://github.com/adafruit/Adafruit_IO_Python/blob/master/Adafruit_IO/mqtt_client.py#L191

Docs:
https://www.eclipse.org/paho/clients/python/docs/#id3

@brentru
Copy link
Member Author

brentru commented Dec 23, 2019

This has been fixed in master release v2.4.0.

https://github.com/adafruit/Adafruit_IO_Python/releases/tag/2.4.0

@brentru brentru closed this as completed Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant