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: EXC_BAD_ACCESS in wantToSend method #369

Open Shruti-812 opened 3 years ago

Shruti-812 commented 3 years ago
Screenshot 2021-05-10 at 12 44 55 PM Screenshot 2021-05-10 at 12 45 06 PM

Library crashes at line number 517 in CocoaMQTT.swift class: " guard let message = sendingMessages[msgid] else { "

Can you please check urgently? Thank you so much.

sadeghgoo commented 3 years ago

I have this crash too :( Do you solved it?