[nodejs] *CFP* Call for Speakers at NodeCamp.io (Nov 18 NYC)

2017-11-07 Thread remko de knikker
In 2 weeks it's time again for Node Camp (Nov 18 in NYC) and we would like to invite you to submit a proposal to speak at Node Camp about Node.js related topics or at one of Open Camps other camps. Node Camp is part of Open Camps, which has grown to become the largest community-driven, open

Re: [nodejs] Multiple Instances of net Sockets

2017-11-07 Thread DaneiL
Yes. According to the code you sent.. I think you are overwriting the variable. its: Scales = require( './scales.class.js' ); var one = new Scales( "10.0.20.104", 8899 ); one.Init().Process(); var one = new Scales( "10.0.20.105", 8898 ); one.Init().Process(); it should be: Scales = require( './sca