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
We're experimenting with middlewares and we created a middleware that sleeps for 2 seconds before continuing, and added it as first middleware to run in the middleware chain:
After approximately the 5th print of "--> hello" on my machine, "--> world" is no longer printed and the execution just seems frozen, without any error raised.
I expected to see at least some error, like a timeout error.
We're experimenting with middlewares and we created a middleware that sleeps for 2 seconds before continuing, and added it as first middleware to run in the middleware chain:
After approximately the 5th print of
"--> hello"
on my machine,"--> world"
is no longer printed and the execution just seems frozen, without any error raised.I expected to see at least some error, like a timeout error.
Any idea as to why it behaves like that?
Environment
The text was updated successfully, but these errors were encountered: