Commit 7dae5d7
committed
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.1 parent 7c3e920 commit 7dae5d7
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
621 | 623 | | |
622 | 624 | | |
623 | 625 | | |
| |||
0 commit comments