EventStore-Client-NodeJS
EventStore-Client-NodeJS copied to clipboard
Prevent multiple appends within the same event loop creating many batch clients
- immediately cache the promise and await the promise on subsequent appends
- rework backpressured write to work across multiple calls to shared stream
- add test
fixes #304 fixes: #167