CocoaMQTT icon indicating copy to clipboard operation
CocoaMQTT copied to clipboard

MQTT 5.0 client library for iOS and macOS written in Swift

Results 157 CocoaMQTT issues
Sort by recently updated
recently updated
newest added

Adding Swift Package Manager support would be a useful alternative to CocoaPods and Carthage.

enhancement

Or at least provide documentation warning that it is the default? This was the source of rather a lot of problems as I was working under the assumption that it...

enhancement
document

Hello, Reviewing the Networking.framework session at WWDC 2018 (https://developer.apple.com/videos/play/wwdc2018/715/) and at 58:50 they mention a number of api's that are "discouraged", and the presenter stated that these api's will be...

I need to find out the following: if a message fails to send(network issues etc) does the library try to send the exact same message again and again until it...

enhancement

We have a very chatty mqtt. This library takes 20% of my Mac's CPU when run in Sim. SwiftMQTT takes under 10% for same functionality.

enhancement

change third-party objc dependence to swift like replace **GCDAsyncSocket** use other socket library like [**bluesocket**](https://github.com/IBM-Swift/BlueSocket)

enhancement

Hi, when will the Apple [Network](https://github.com/emqx/CocoaMQTT/tree/AppleNetwork) implementation be merged, since right now, only [Philip's ](https://github.com/philipparndt/CocoaMQTT/tree/apple-network) branch works without the connection dying on port.

enhancement

pod 'CocoaMQTT', '~> 2.0' ,麻烦看下,谢谢

![image](https://user-images.githubusercontent.com/20941914/184604182-884dca51-aadd-42ee-b0ab-b1b0f7e204a2.png) ![image](https://user-images.githubusercontent.com/20941914/184603327-3361bdf3-1029-4fa2-9804-74d9ecf5d26c.png)

Unable to build Example app using master branch or version 2.0.6 Since we are in the integration phase, quick fix would be appreciated. Thanks.