Skip to content

Releases: wialon/gmqtt

Fix sleep after push message back to queue after resend

18 Oct 13:44
8f449b0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.10...v0.6.11

Fix unsubscribe and heap storage behavior

27 Jul 10:41
50bc083
Compare
Choose a tag to compare
  • Fair waiting for the heap based storage is empty
  • Fix unsubscribe cleans subscriptions storage
  • Fix tests

Handle unexpected errors while reconnecting

23 Nov 18:57
Compare
Choose a tag to compare
v0.6.9

Improve tests: Increased the time for waiting of the message;

Fix issue with topics;

17 Nov 13:55
Compare
Choose a tag to compare
v0.6.8

[Fix #118] encode str to bytes;

Handle incoming topic alias in proper way

31 Jul 09:45
Compare
Choose a tag to compare
v0.6.7

Fix #96: Process incoming `topic_alias` in rigth way

Fix python3.8 warning and improve disconnect process

24 Jul 13:20
Compare
Choose a tag to compare

Removed loop attribute when creating an Event object. Wait for disconnect in proper way;

Fix subscription identifier

30 Apr 14:08
Compare
Choose a tag to compare

Subscription identifier from the Subscription object has not been used for building package's properties;

Fixed keep alive behaviour

08 Apr 13:28
c622160
Compare
Choose a tag to compare

Fixed keep alive behaviour based on last_data_in, last_data_out properties

Changed time periods for keepalive check

13 Mar 11:19
Compare
Choose a tag to compare

Changed time periods for keepalive check (better behaviour on MacOS)

Close connection when lost heartbeat

10 Mar 12:18
Compare
Choose a tag to compare

Close connection when lost heartbeat