Marty Hoogendam

Results 4 comments of Marty Hoogendam

Hi @HJianBo The broker is EMQX 3.0.1 The connect code is: ``` self.cocoaMQTT = CocoaMQTT(clientID: clientId, host: Environment.shared.mqttHost, port: Environment.shared.mqttPort) self.cocoaMQTT.cleanSession = false self.cocoaMQTT.keepAlive = 60 self.cocoaMQTT.enableSSL = true self.cocoaMQTT.autoReconnect...

I'm also experiencing issues with passing a background queue, but in my case directly to MQTTSession. Using MQTTSession with the default main queue works quite well, but once in a...

Also experiencing this exact issue unfortunately (with SDK 5.6.0)... @LauraBejan-Nestle Have you been able to find a solution or workaround? @erenbesel Any chance you can look into this? With Laura's...

@robertdalmeida Thanks for your response. I don't think solution 1 will actually work. In our project (and the sample app), the wrapper framework is already dynamically linked to the main...