sunbreak
08/31/2019, 5:13 AMwithTimeout
doesn’t work on iOS without runBlocking
. Is there another way round?basher
08/31/2019, 5:57 AMsunbreak
08/31/2019, 7:52 AMNSRunLoop
works?
https://kotlinlang.slack.com/archives/C3PQML5NU/p1551199801143200?thread_ts=1551199133.141600&cid=C3PQML5NUbasher
08/31/2019, 2:34 PMsunbreak
08/31/2019, 11:07 PMObservable.timeout
is not available now, I’d like to implement it with withTimeout
basher
08/31/2019, 11:17 PMsunbreak
08/31/2019, 11:25 PMbasher
08/31/2019, 11:37 PMsunbreak
08/31/2019, 11:51 PMHandler.postDelayed
on Android, and both work. I’ll take this way for now.