Skip to content

v2.7.1

Choose a tag to compare

@adam-fowler adam-fowler released this 06 Jan 11:46
· 29 commits to main since this release
a0e1126

Patch Release Changes

  • Fix reference cycles in listeners that reference the MQTTClient by clearing listeners in the shutdown call.
  • Fix re-entrancy issue with listeners locking access to listeners when running notify.
  • Make MQTTListeners a final class.