mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Complete anyway
This commit is contained in:
parent
5e6486b8d4
commit
d4ece62cce
1 changed files with 2 additions and 2 deletions
|
|
@ -145,8 +145,8 @@ extension MqttClientProxyManager: CocoaMQTTDelegate {
|
|||
Logger.mqtt.info("📲 [MQTT Client Proxy] TLS validation succeeded.")
|
||||
completionHandler(true)
|
||||
} else {
|
||||
Logger.mqtt.error("📲 [MQTT Client Proxy] TLS validation failed.")
|
||||
completionHandler(false)
|
||||
Logger.mqtt.warning("📲 [MQTT Client Proxy] TLS validation failed.")
|
||||
completionHandler(true)
|
||||
}
|
||||
}
|
||||
func mqttDidDisconnect(_ mqtt: CocoaMQTT, withError err: Error?) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue