jackpot
Version:
Jackpot, TCP connection pooling for Node.js
26 lines (19 loc) • 710 B
Markdown
- Remove the `timeout` listener, could cause double connect events / fn calls.
See
- Adding missing `timeout` listener. See
- Added support for configurable options.
- Fixed a bug where broken connections were briefly added to the pool
- Changed the way how we inherit from the `EventEmitter` prototype to combat
potential memory leaks. See
- Fixed a socket leak that was caused by incorrectly splicing an array. It
removed the first item from the pool instead of item that was found using
indexOf. See
- Small fix for the isAvailable method, returns a larger availability. See
- Initial release