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

Getting intermittent "Operation timed out" #367

Closed basilmariano closed 2 years ago

basilmariano commented 3 years ago

This error is thrown in func mqttDidDisconnect(_ mqtt: CocoaMQTT, withError err: Error?) It not really descriptive so i don't know what really the issue there.

leeway1208 commented 2 years ago

MQTT V5.0 can fix this issue. Now we have the V5.0 test version on branch dev/2.0.

basilmariano commented 2 years ago

Closing this issue as there is already 2.0 version