CocoaMQTT Versions Save

MQTT 5.0 client library for iOS and macOS written in Swift

2.1.6

9 months ago

fix: pos calculate error

2.1.5

11 months ago

fix: Crash caused by force unwrapping the reason code

2.1.3

1 year ago

feat: add self signed delegate and demo

2.1.1

1 year ago

Fix: crash in webSocket connection

2.1.0

1 year ago

fix: auto reconnection not working

2.0.8

1 year ago

feat: 1.Change MqttCocoaAsyncSocket prefix to "MGCD" 2.Update md

fix: 1.UserProperties 2.MqttCocoaAsyncSocket import error

2.0.6

1 year ago
  1. fix CocoaAsyncSocket bugs on iOS 16
  2. add MqttPublishProperties init function

2.0.4

1 year ago

fix:

  1. data bugs
  2. default value in willExpiryInterval
  3. Add i386 x86_64 ios simulator support for iOS Framework

feat:

  1. Twitter link

2.0.3-beta6

2 years ago

Fix:

  1. App crash because of UserDefaults key "version"
  2. Incoming message payload includes a leading \0 byte

2.0.3-beta4

2 years ago

fix: 1.FrameAuth header 2.FrameSubAck header 3.CustomStringConvertible for differnet version 4.func subscribe qos bug 5.didPublishAck and MqttDecodePubRec may be nil (#445 #446)