Skip to content

1.2.0

Compare
Choose a tag to compare
@HJianBo HJianBo released this 02 May 17:17
· 199 commits to master since this release

The CocoaMQTT v1.2.0 is available now!

Features:

  • Support swift5 & Xcode 10.2
  • Support to subscribe multiple topics at once
  • Support to re-delivery the un-acknowledgment messages

Enhancements:

  • Introduced the CocoaMQTTTimer (#246), which means the Timer doesn't block the dispatchQueue now
  • Change the Frame datatype to be a struct
  • Fix the memory leak in the message publish functions
  • Fix setting the dup/retained/qos flag error
  • More testcases