This commit is contained in:
@ -7,7 +7,7 @@ fun main() = runBlocking{
|
||||
GlobalScope.launch {
|
||||
val mqtt = MqttSubscriber()
|
||||
mqtt.connect()
|
||||
val waitTime = System.getenv("WAITTIME").toLong() ?: 10000L
|
||||
val waitTime = System.getenv("WAITTIME").toLong()
|
||||
delay(waitTime)
|
||||
val resultMap = mqtt.disconnect()
|
||||
val resultProcessor = ProcessResults()
|
||||
|
Reference in New Issue
Block a user