Gmqtt

Latest version: v0.6.16

Safety actively analyzes 627484 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.4.4

Bug fixes in async `on_message` callback. Now it works properly for partial coroutines and `optimistic_acknowledgement=true` clients

0.4.1

* fixed disconnect packet in MQTT3.1.1 This bug caused unexpected will messages coming after gentle disconnect
* added info about asynchronous `on_message` callback to README

0.4.0

* Multiple topics subscription added:

client.subscribe([gmqtt.Subscription('TEST/+', qos=1), gmqtt.Subscription('TEST', qos=0)],
subscription_identifier=1)

* Fixed resend `QoS > 0` messages
* Added `Client.is_connected` property, which tells if connection is alive and CONNACK was received

0.3.7

Removed unnecessary link to current event loop in sync method and etc.

0.3.5

Optimized packets read and parse

0.3

* Added support for asynchronous callback messages. Value returned from callback future will be used as reason code in `PUBACK` packet
* added method to update client's `_reconnect` flag

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.