Skip to content

Browser MQTT client behavior fixes

Choose a tag to compare

@bretambrose bretambrose released this 09 Aug 19:18
· 184 commits to main since this release
652ad8c
  • Fixes an issue where the exponential backoff part of the reconnect behavior was not getting used properly because we needed to listen to the 'close' event and not the 'offline' event
  • Fixes an issue where the disconnect promise was not being completed.