mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: warn user when MqttClientProxy fails
This commit is contained in:
parent
8d22a23fe1
commit
7b3f71ae32
1 changed files with 1 additions and 1 deletions
|
|
@ -1401,7 +1401,7 @@ class MeshService : Service(), Logging {
|
|||
mqttMessageFlow = mqttRepository.proxyMessageFlow.onEach { message ->
|
||||
sendToRadio(ToRadio.newBuilder().apply { mqttClientProxyMessage = message })
|
||||
}.catch { throwable ->
|
||||
errormsg("MqttClientProxy failed: $throwable")
|
||||
radioInterfaceService.setErrorMessage("MqttClientProxy failed: $throwable")
|
||||
}.launchIn(serviceScope)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue