Paul Woitaschek
11/07/2019, 9:20 AMDispatchers.Main.immediate
that causes this behavior?octylFractal
11/07/2019, 9:45 AMThis indicates a checked exception was somehow being synchronously thrown.the immediate dispatcher always runs synchronously if possible, without a suspend boundary, so you can have the exception thrown in the proxy quite easily
Paul Woitaschek
11/07/2019, 9:53 AMlouiscad
11/07/2019, 11:28 AMDispatchers.Main
when dealing with retrofiit to avoid that issue. I'm wondering if you could have the issue when using Dispatchers.Default
or <http://Dispatchers.IO|Dispatchers.IO>
too š¤Paul Woitaschek
11/07/2019, 11:30 AM