Uh oh!
There was an error while loading. Please reload this page.
doc: document that 'ipc' is required with fork stdio option - #8290
Closed
jasnell wants to merge 3 commits into
Closed
doc: document that 'ipc' is required with fork stdio option#8290jasnell wants to merge 3 commits into
'ipc' is required with fork stdio option#8290jasnell wants to merge 3 commits into
Conversation
| environment variable `NODE_CHANNEL_FD` on the child process. The input and | ||
| output on this fd is expected to be line delimited JSON objects. | ||
| When specifying the [`stdio`][] option, the value *must* be a JSON Array |
cjihrig
commented
Aug 27, 2016
Contributor
I would just add this into the existing |
jasnell
commented
Aug 27, 2016
MemberAuthor
Fixed with |
cjihrig
commented
Aug 27, 2016
Contributor
Yea, the |
jasnell
commented
Aug 27, 2016
MemberAuthor
oh.. you mean up in the |
cjihrig
commented
Aug 27, 2016
Contributor
Yea, but I won't fight the existing approach. |
jasnell
commented
Aug 27, 2016
MemberAuthor
heh... I can do that. I thought you meant moving it down into the more extensive documentation under |
cjihrig
commented
Aug 27, 2016
Contributor
LGTM |
1 similar comment
benjamingr
commented
Aug 28, 2016
Member
LGTM |
jasnell
commented
Aug 29, 2016
MemberAuthor
Landed in f10e1ed |
Closed
Fishrock123 pushed a commit
to Fishrock123/node
that referenced
this pull request
Sep 8, 2016
Fixes: nodejs#8167 PR-URL: nodejs#8290 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j4 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
doc
Description of change
document that
'ipc'is required with fork stdio optionFixes: #8167