express-longpoll
express-longpoll copied to clipboard
Lightweight long polling for express.js
Version `0.0.6` generates the following warning: ``` (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. Trace at EventEmitter.logPossibleMemoryLeak (/usr/src/app/node_modules/eventemitter2/lib/eventemitter2.js:53:15) at EventEmitter.growListenerTree (/usr/src/app/node_modules/eventemitter2/lib/eventemitter2.js:218:35) at...
Fix markdown formating.
Hey there, I hope you find this useful. We have an application that required the server to return some status information at the end of a long-poll period, say 60s....