-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meaning of the boolean return value of send()
not documented
#26995
Labels
confirmed-bug
Issues with confirmed bugs.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
Comments
sam-github
added
confirmed-bug
Issues with confirmed bugs.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
labels
Mar 29, 2019
Hi, I am working on this. ✋ |
Has this been resolved? |
shree-y
added a commit
to shree-y/node
that referenced
this issue
May 24, 2019
Add documentation for the boolean value returned by process.send() and worker.send(). Fixes: nodejs#26995
shree-y
added a commit
to shree-y/node
that referenced
this issue
May 24, 2019
Add documentation for the boolean value returned by process.send() and worker.send(). Fixes: nodejs#26995
shree-y
added a commit
to shree-y/node
that referenced
this issue
May 24, 2019
Add documentation for the boolean value returned by process.send() and worker.send(). Fixes: nodejs#26995
Does this still need to be worked on? If so I'd like to take it. |
@dev-313 Go ahead. It's all yours! |
targos
pushed a commit
that referenced
this issue
Nov 5, 2019
Describes the meaning of the boolean return in process.send() (doc/api/process.md) and worker.send() (doc/api/cluster.md) as described in subprocess.send() (doc/api/child_process.md) Fixes: #26995 PR-URL: #29868 Reviewed-By: Gireesh Punathil <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 8, 2019
Describes the meaning of the boolean return in process.send() (doc/api/process.md) and worker.send() (doc/api/cluster.md) as described in subprocess.send() (doc/api/child_process.md) Fixes: #26995 PR-URL: #29868 Reviewed-By: Gireesh Punathil <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 10, 2019
Describes the meaning of the boolean return in process.send() (doc/api/process.md) and worker.send() (doc/api/cluster.md) as described in subprocess.send() (doc/api/child_process.md) Fixes: #26995 PR-URL: #29868 Reviewed-By: Gireesh Punathil <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 10, 2019
Describes the meaning of the boolean return in process.send() (doc/api/process.md) and worker.send() (doc/api/cluster.md) as described in subprocess.send() (doc/api/child_process.md) Fixes: #26995 PR-URL: #29868 Reviewed-By: Gireesh Punathil <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 11, 2019
Describes the meaning of the boolean return in process.send() (doc/api/process.md) and worker.send() (doc/api/cluster.md) as described in subprocess.send() (doc/api/child_process.md) Fixes: #26995 PR-URL: #29868 Reviewed-By: Gireesh Punathil <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
https://nodejs.org/api/child_process.html#child_process_subprocess_send_message_sendhandle_options_callback describes the meaning of the boolean return.
It should be described in https://nodejs.org/api/cluster.html#cluster_worker_send_message_sendhandle_callback and
https://nodejs.org/api/process.html#process_process_send_message_sendhandle_options_callback but is not.
reported in #26937 (comment)
The text was updated successfully, but these errors were encountered: