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
I should be able to open many tabs and not cause my Express server to indefinitely hang.
Actual Behavior
Right now, opening more than 5 tabs with webpack-hot-middleware causes Express, and all subsequent requests, to hang indefinitely. The problem is caused by webpack-hot-middleware specifically, as removing it and relying solely on webpack-dev-middleware does not present the same issue.
There is a video demonstrating the behavior within the Payload CMS repo: payloadcms/payload#824
@jmikrut hm, intresting, can you provide small repo, because I think there is not problem webpack-hot-middleware here, because we don;t have logic around tabs
Hey @alexander-akait i don’t believe it is an issue with our tabs field at all. No interaction with on-page JS is necessary to recreate the issue. It happens regardless of what is loaded on the page.
Expected Behavior
I should be able to open many tabs and not cause my Express server to indefinitely hang.
Actual Behavior
Right now, opening more than 5 tabs with
webpack-hot-middleware
causes Express, and all subsequent requests, to hang indefinitely. The problem is caused bywebpack-hot-middleware
specifically, as removing it and relying solely onwebpack-dev-middleware
does not present the same issue.There is a video demonstrating the behavior within the Payload CMS repo:
payloadcms/payload#824
Code
How Do We Reproduce?
Simply try to open more than 5 tabs at once with
webpack-hot-middleware
running.The text was updated successfully, but these errors were encountered: