Skip to content
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

child_process: fix IPC 'message' event regression #13856

Merged
merged 1 commit into from
Jun 24, 2017
Merged

Commits on Jun 24, 2017

  1. child_process: emit IPC messages on next tick

    This commit fixes a regression related to IPC 'message'
    events. When messages are not emitted in the next tick,
    a 'message' handler that throws can break the IPC read
    loop.
    
    Refs: nodejs#6909
    Refs: nodejs#13459
    Refs: nodejs#13648
    PR-URL: nodejs#13856
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    cjihrig committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    87d682b View commit details
    Browse the repository at this point in the history