Gmqtt

Latest version: v0.7.0

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

Scan your dependencies

Page 3 of 4

0.6.0

Client now stores it's subscriptions
* `on_subscribe` callback signature has changed, argument properties has beed added: `on_subscribe(client, mid, qos, properties)`
* `client.subscriptions` - list of subscriptions
* `client.get_subscriptions_by_mid(mid)` - get list of subscriptions with certain message identifier. May be useful in `on_subscribe` callback in order to handle (un-)successful subscription. Note that after `on_subscribe` is finished, mid is freed and can be used in other messages, so it's also removed from subscriptions.
* `client.get_subscription_by_identifier(subscription_identifier)` - get list of subscriptions with certain subscription identifier. May be useful in `on_message` callback.

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

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.