Lukas Brand
Results
2
comments of
Lukas Brand
```kotlin @OptIn(DelicateCoroutinesApi::class) //#1 fun request( qos: QosOption, data: MutableStateFlow //#2 ) { val mqttQos = qos.toQos() thread { //#3 val client: Mqtt5AsyncClient = MqttClient.builder() //#4 .useMqttVersion5() .identifier(mqttTask.identifier) .serverHost(GlobalConfig.mqtt.mqttIp) .serverPort(GlobalConfig.mqtt.mqttPort) .buildAsync()...
Thank you! Have a great day!