Hi Prefect team! We have been seeing an increased number of instances when working with asynchronous flows where, for one reason or another, the flow begins to hang. This typically occurs in one of two instances...
1. Call from inside async flow to sync task
2. Call from inside async flow to async task
I was wondering what the expected behavior in these two cases would be? I see that with 2.0.2 an almost mirrored version of this issue was patched. Thank you in advance!