Memory Leak in Effect: `zipLatest` with `async` Stream Causing Fiber Overflow
Hi I have an issue with Effect creating an ever-increasing number of fibers under certain conditions. So essentially a memory leak. It happens when I combine two streams with
zipLatest
zipLatest
where one is created with
async
async
and the other never emits a value. I'll post the minimum reproduction in the thread