Joe
03/10/2020, 6:26 PMchannel.consumeAsFlow()
• Send a message to the channel that results in another coroutine that sends another message to the channel that results in decrementing a CountDownLatch
• In the main thread, await the CountDownLatch
With 1.3.3, the await took ~180ms. With 1.3.4 its taking ~1.4 seconds. Not sure how this affects the production code yet, but is there a change in 1.3.4 that would explain this?octylFractal
03/10/2020, 6:29 PMJoe
03/10/2020, 6:32 PMdata.await()
on line 544 is what's regressed in timing. but it's not exactly minimal. I'll see if I can get something smaller to reproduce.