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
//TODO: create a simple reproduction and open an issue in the node repo
47
+
//This is a workaround, there is an issue in node that causes node to crash silently if the OpenNextNodeResponse stream is not consumed
48
+
//This does not happen everytime, it's probably caused by suspended component in ssr (either via <Suspense> or loading.tsx)
49
+
//Everyone that wish to create their own wrapper without a StreamCreator should implement this workaround
50
+
//This is not necessary if the underlying handler does not use OpenNextNodeResponse (At the moment, OpenNextNodeResponse is used by the node runtime servers and the image server)
0 commit comments