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

How to resolve this problem?

Is there a specific reason why the connect and subscribe functions don't work properly when thrown on a background thread? Thanks.

Hi, I have been using this library and it does not work in Background. Maybe I'm doing something wrong I used the version 2.0.0 and it worked, after I upgraded...

Hi, I am trying to fetch all the pending messages whenever app comes in foreground but the app is getting crash on init(header: MQTTPacketFixedHeader, networkData: Data) { and at let...

For more better experience you can add network reachability when the internet is off or if someone switch the internet connection. Right now its disconnecting.

Hello! Sometimes MQTT message doesn't fit one TCP packet. It can lead to problems in MQTTSessionDelegate or even to crash in runtime (when topic of MQTTPublishPacket is too large and...

How to deal with the reconnection,? I try to in mqttDidDisconnect method call the connection method, Is it right action?

Applied a fix to handle payloads more than 32kb Fixes issue #13

Hi, whenever I publish or subscribe we are missing "{" in the JSON. so finally it says invalid JSON payload to server. So app is unable to consume that JSON.

Is there a way to have a permanent state of the session to show connected or disconnected? In order to check this state to determine whether or not we need...