varunkumar / webrtc-node

A video chat demo app built using WebRTC backed by Node.js for signalling
7 stars 4 forks source link

TypeError: process.send is not a function #2

Open vimal-hoh opened 8 years ago

vimal-hoh commented 8 years ago

/home/vimal2/programs/webrtc-examples/webrtc-node/app.js:46 process.send('online'); ^

TypeError: process.send is not a function at Server. (/home/vimal2/programs/webrtc-examples/webrtc-node/app.js:46:11) at Server.g (events.js:260:16) at emitNone (events.js:72:20) at Server.emit (events.js:166:7) at emitListeningNT (net.js:1257:10) at nextTickCallbackWith1Arg (node.js:431:9) at process._tickCallback (node.js:353:17) at Function.Module.runMain (module.js:443:11) at startup (node.js:139:18) at node.js:968:3

nagarjunac commented 6 years ago

Hi Vimal, I am facing the same issue. Any luck ?

varunkumar commented 6 years ago

You have to use naught for starting the server. naught start app.js