- Removed 'mut' requirement for NSQ message 'touch' command
Thanks taufik-rama!
- Fixed all modern clippy warnings and run cargo fmt
- Updated 'built' dependency to '0.6'. Thanks taufik-rama!
- Added 'Accept' header for NSQ Lookup requests
- Switched to bounded instead of unbounded queues (limit of 10 thousand items)
Thanks polachok!
- Replace the deprecated library failure with anyhow / thiserror.
Thanks polachok!
- Switch to buffered IO to improve performance
- Switch Mutex to RWLock where optimal to improve performance
- Miscellaneous refactoring
Thanks polachok!
- Incorrect wire format for the REQ command
- Refactored and updated to tokio 1.4.
Thanks paulfariello!