Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mqttjs/MQTT.js
base: v5.5.6
Choose a base ref
...
head repository: mqttjs/MQTT.js
compare: v5.6.0
Choose a head ref
  • 2 commits
  • 15 files changed
  • 2 contributors

Commits on May 13, 2024

  1. feat: keepalive manager (#1865)

    * fix: keepalive management
    
    * fix: skip shift on 'publish' packets
    
    * fix: better keepalive checks
    
    * fix: refactor methods
    
    * fix: example
    
    * refactor: rename method
    
    * fix: keepalive tests
    
    * fix: remove .only
    
    * fix: connack
    
    * fix: log mock
    
    * fix: do not allow setting 0 as keepalive in manager
    
    * fix: remove useless rescheduling on connack
    
    * fix: flaky test
    
    * fix: add math.ceil to keepalive interval every
    robertsLando committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bad160a View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.6.0

    robertsLando authored and robertsLando committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c36a4b0 View commit details
    Browse the repository at this point in the history