Skip to content

Commit

Permalink
修改一个错误
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingBlazer committed Jul 9, 2015
1 parent 7ebb831 commit 87682fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if(cluster.isMaster) {
Threads[1].send('send');
setAutoRestart(Threads[0], 'receive');
setAutoRestart(Threads[1], 'send');
setAutoRestart(Threads[2], 'socket');
for(i = 2; i < ThreadNum; i++) {
Threads[i].send('web');
Threads[i].on('message', function(msg) {
Expand Down

0 comments on commit 87682fe

Please sign in to comment.