13eb92b067
I encountered a page which responded successfully but all of the Hydrogen HTML was missing. It just had the boilerplate around it.
What I am guessing happened is that since `process.send` is async, with a sufficiently large
payload and race condition, `process.exit(0)` was being called before it finished sending.
Related:
- https://stackoverflow.com/questions/34627546/process-send-is-sync-async-on-nix-windows
-
|
||
---|---|---|
.. | ||
1-render-hydrogen-to-string.js | ||
2-render-hydrogen-to-string-fork-script.js | ||
3-render-hydrogen-to-string-unsafe.js |