SwiftMQTT icon indicating copy to clipboard operation
SwiftMQTT copied to clipboard

MQTT Client in pure swift ❤️

Results 32 SwiftMQTT issues
Sort by recently updated
recently updated
newest added

I'm using iOS10, XCode 8 and Swift 3 and the SwiftMQTTExample project code and it upgrades the following code from: func mqttSession(session: MQTTSession, received message: Data, in topic: String) {...

I see you are using inputSteam, could it be that the stream is not handling the very long messages? (the message is not exceeding the MQTT payload limit) It fails...