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

socketDidSecure function in `extension CocoaMQTT: CocoaMQTTSocketDelegate` seems redundant? #371

Open tomisacat opened 3 years ago

tomisacat commented 3 years ago

There is no declaration of socketDidSecure in protocol CocoaMQTTSocketDelegate, it should be a needless implementation of this function.