Hi , I am using node-gcm module. I am facing a random hang problem with node. Following warning is getting logged in stderr
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. Trace at EventEmitter.addListener (events.js:160:15) at Readable.on (_stream_readable.js:689:33) at ClientRequest. (/node/node_modules/node-gcm/lib/sender.js:94:16) at EventEmitter.emit (events.js:117:20) at http.js:1759:9 at process._tickDomainCallback (node.js:459:13) --------------------------------------------- at Sender.sendNoRetry (node/node_modules/node-gcm/lib/sender.js:92:14) at Sender.send (src/my_modules/notification/lib/client/android/index.js:19:22) -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
