NodeJS 10 support and performance improvements
New
- Added "ready" and "not_ready" events for Reader.
Improved
- Lazy deserialization of messages
- Cached Backoff Timer calculations
Fix
- Support NodeJS 10
- Fix Snappy issues with NSQD 1.0 and 1.1
- Fix close behavior for Readers
- Fix short timeout for connection IDENTIFY requests. (Thanks @emaincourt)