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

Crash on FrameUnsubscribe, reading description #414

Closed NicoDB79 closed 2 years ago

NicoDB79 commented 2 years ago

Hi, I'm facing this issue when reading description property of FrameUnsubscribe. topicFilters is nil and it is forced unwrapped. Anyone find the same issue? I'm using CocoaMQTT v2.0.0 and MQTT v3.1.1

Schermata 2021-11-16 alle 12 59 45

leeway1208 commented 2 years ago

@NicoDB79 hi, I will fix it asap.

NicoDB79 commented 2 years ago

@NicoDB79 hi, I will fix it asap.

Thank you