Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

v0.15.0

Compare
Choose a tag to compare
@mcollina mcollina released this 29 Dec 00:31
· 600 commits to master since this release
  • Removed limit of 23 bytes for the client id as in MQTT 3.1.1.
  • Removed two possible race conditions for offline messages.
    The race conditions were:
    1. the restoration of all subscriptions was done after connack,
      which
      means that there was a tiny window were a message could be lost.
    2. the puback for a QoS 1 packet was sent before the write was
      concluded.
  • Dumped node v0.8 support forever.