From 754a23ff409ea6d5f6d867834e2ab4514071993f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Wed, 26 Oct 2016 16:47:59 +0800 Subject: [PATCH] Framework upgrade, also node.js v7.0.0 --- botanss | 2 +- ext/utils | 2 +- index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/botanss b/botanss index c73aa30..a7edb55 160000 --- a/botanss +++ b/botanss @@ -1 +1 @@ -Subproject commit c73aa30c39942e2c49b2609d1a0cfa8b79fc9e21 +Subproject commit a7edb55d4c4cad351036c91ef786281650aaacef diff --git a/ext/utils b/ext/utils index 4a76826..c60e0a2 160000 --- a/ext/utils +++ b/ext/utils @@ -1 +1 @@ -Subproject commit 4a76826516dda30eee5f96f5057afaba6baa7e41 +Subproject commit c60e0a2e1ca96645fc7e79bc582c64accb6ff4b5 diff --git a/index.js b/index.js index a17bd6b..c5cf77e 100755 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ if( cluster.isMaster ) var clusterDisconnect = function( worker ) { - if( worker.suicide === true ) + if( worker.exitedAfterDisconnect === true ) { Masterfly.Info( "Worker committed suicide" ); Masterfly.Info( "Forking process ..." );