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
After migrating from node.jsv10.24.1 to v16.14.2, encountered some weird behaviour: different applications report connection troubles, something like no buffer space available. Also my application which uses Server Sent Events (SSE) stopped detect SSE channel disconnects (which is proxied under the hood).
After migrating from node.js
v10.24.1
tov16.14.2
, encountered some weird behaviour: different applications report connection troubles, something likeno buffer space available
. Also my application which uses Server Sent Events (SSE) stopped detect SSE channel disconnects (which is proxied under the hood).The workaround looks like:
Some more context:
macOS
,nvm 0.39.1
,create-react-app
,http-proxy-middleware 2.0.6
,http-proxy 1.17.8
.The text was updated successfully, but these errors were encountered: