<@U18LJ93FW> An important observation here is that...
# coroutines
e
@Omar Miatello An important observation here is that blocking a thread is a form of back-pressure in this case. Ideally, you should use something else for back-pressure, some explicit mechanism. However, if
OkHttp
library has no other way of explicit back-pressure signalling, then you should not be shy to block its thread to signal back-pressure.