Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster: defer errno propagation to nextTick
This change allows to remove the errno message from the read buffer of the IPC channel in the event an exception is thrown and then catched when processing the message. Without this change, the message will be handled multiple times.
- Loading branch information