Rushabh Patel
Results
2
issues of
Rushabh Patel
How can we connect multiple devices using mqtt ? ``` mqtt = CocoaMQTT(clientID: mqttConfig.shared.clientID, host: mqttConfig.shared.host, port: UInt16(mqttConfig.shared.port)) mqtt!.username = mqttConfig.shared.username mqtt!.password = mqttConfig.shared.password mqtt!.keepAlive = 60 mqtt!.delegate = self...
Hello, Thanks for creating this example but I am getting this error when I run this project in Xcode 12.3 with iOS 14.3. How can i resolve this error? Thanks,...