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

cluster: don't send messages if no IPC channel #7132

Merged
merged 1 commit into from
Jun 8, 2016

Commits on Jun 8, 2016

  1. cluster: don't send messages if no IPC channel

    Avoid sending messages if the IPC channel is already disconnected. It
    avoids undesired errors when calling `process.disconnect` when there are
    still pending IPC messages.
    
    PR-URL: nodejs#7132
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    santigimeno committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    8c53d2f View commit details
    Browse the repository at this point in the history