Anyone else noticed <this bug> in coroutines 1.5-R...
# coroutines
z
Anyone else noticed this bug in coroutines 1.5-RC1? Seems pretty serious, but i haven’t heard anything about it until now.
o
Seems like a false alarm with non-compiling code to me. Could not reproduce with corrected code. See my response to the issue.
i
how is that ever build successfully?
z
Cc @Stephen Edwards
s
Thanks. taking a look!
Thanks @Oliver.O I had tried to reproduce a small test based on behaviour our larger test was seeing and in doing so our class val
scope
copy pasted in. My mistake. That created the false reproducing steps.
However, adding in a pause prior to launch and resume after launch of the dispatcher does reproduce the issue. Obviously then isolating it to a test scenario! but still confusing.
o
Seems like this is expected (and documented) behavior of
testDispatcher.resumeDispatcher()
. See issue comment.
s
Yup. you are right @Oliver.O. Got the bottom of our problem with 1.5-rc01 and it was elsewhere. This was a red herring! Thanks for your help.
😃 2
👍 1