i have got weird behavior with `delay` on differen...
# coroutines
d
i have got weird behavior with
delay
on different platforms: while
delay(Long.MAX_VALUE)
works as expected in
javafx
desktop project (infinite delay) in android this line does nothing. but this one works:
delay(Long.MAX_VALUE / 2)
and i have no clue why
e
Please, file a bug
To kotlinx.coroutines
d
ok. i'll try to reproduce on simple demo
Fixed
👍 1
d
even faster than i posted an issue 🙂 thanks!