You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first thought is to re-engineer stream clients so it's user responsibility to remember to perform cleanup. Maybe we can add a finalizer on the response body stream to make it less error-prone. My logic: if you need more power (streaming), you'll have more responsibilities too.
EDIT: I run into various issues while working on #841 related to streaming, I'd try to tackle them separately, but there might be a big knot to untie.
The text was updated successfully, but these errors were encountered:
Because of the way things are engineered now, the connection is closed to early:
See #991 for PoC.
My first thought is to re-engineer stream clients so it's user responsibility to remember to perform cleanup. Maybe we can add a finalizer on the response body stream to make it less error-prone. My logic: if you need more power (streaming), you'll have more responsibilities too.
EDIT: I run into various issues while working on #841 related to streaming, I'd try to tackle them separately, but there might be a big knot to untie.
The text was updated successfully, but these errors were encountered: