deals with it in a async way, shouldn't the response come with no delay too? why is delta getting calculated immediately but the res.json() in the app.post takes 10 second to get executed?
setTimeout doesn't block, so the timing middleware runs immediately
then why is the route handler blocked? also https://t.me/thedevs_js/547592
It's not blocked, it's queued
Обсуждают сегодня