Yes, you can workaround the problem by modifying `...
# coroutines
e
Yes, you can workaround the problem by modifying
await
code. A simple replacement of
whenComplete
with
whenCompleteAsync
fixes the problem, but you loose a great deal of efficiency, of course