<@U2E974ELT> i meant if you use `close` instead of...
# coroutines
b
@elizarov i meant if you use
close
instead of cancel, so you let it finish all processing
b
perhaps it’s just
join()
instead of
cancelAndJoin()
?