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
When errors are thrown after the return new Response(...) while streaming, the runtime hangs and never timeout or error. Instead, errors should be propagated and the timeout should stop the execution if it's hanging indefinitely.
When errors are thrown after the
return new Response(...)
while streaming, the runtime hangs and never timeout or error. Instead, errors should be propagated and the timeout should stop the execution if it's hanging indefinitely.Reproduction code:
The text was updated successfully, but these errors were encountered: