Skip to content

Self-terminating sessions

Compare
Choose a tag to compare
@francois-normandin francois-normandin released this 25 Oct 21:02
· 34 commits to main since this release

Release Notes:

  • Addition of public event for connection and disconnection
  • Addition of "reason" code for disconnection
  • Addition of "isSessionConnected" method to MQTT Base API
  • Session now self-terminates inside the process (more consistent with fire & forget nature of the session within the MQTT Base class)