emqx / CocoaMQTT

MQTT 5.0 client library for iOS and macOS written in Swift
https://www.emqx.com/en
Other
1.59k stars 418 forks source link

Fix FrameSubAck for loop start index #426

Closed kelly-johnson closed 2 years ago

kelly-johnson commented 2 years ago

Without fix, after a successful subscribe to MQTT broker, CocoaMQTTReaderDelegate didReceive suback prints warning "UNEXPECT SUBACK ..." , and didSubscribeTopics() does not get called.

leeway1208 commented 2 years ago

@kelly-johnson Hi ,Thank you for your support. I have already fixed it in the newest release. If there is some new mistake. Please kindly let us know.

kelly-johnson commented 2 years ago

Thank you, I will use the newest release.