Ivan
12/06/2018, 3:53 PMdelay(x)
not working?
trying to create loop thread with
runBlocking{
GlobalScope.launch {
while(flag){
//some stuff
delay(1000)
}
}
}
and it drops with error kotlin.IllegalStateException: Cannot schedule task because event loop was shut down
on delay, we are researching atm
send help))Ivan
12/06/2018, 6:44 PMlouiscad
12/06/2018, 9:36 PM