Update to finish supporting ZMQ + Socket.io.
Next up, documentation!
This commit is contained in:
parent
f397c043c9
commit
885a0ef93c
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ const io = require('socket.io')(server);
|
|||
|
||||
let addressBase58Prefix = cnUtil.address_decode(new Buffer(global.config.pool.address));
|
||||
let threadName = "";
|
||||
let workerList = [];
|
||||
|
||||
if (cluster.isMaster) {
|
||||
threadName = "(Master) ";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue