This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Requests to my express app gets handled in a sync way (instead of async) #5869
Labels
You can continue the conversation there. Go to discussion →
This is my basic express app. When I start the server and hit localhost:3001 in my browser for the first time(lets say 8 seconds) it waits for 8 seconds before sending the response.. but if i hit the same request in another tab (irrespective of the random timeout generated), my second request waits until the first one completes and then gets resolved..
Any issues with my code? or am I missing something?
node version - 18.14.2 & npm version - 9.5.0
The text was updated successfully, but these errors were encountered: