EventStore-Client-NodeJS icon indicating copy to clipboard operation
EventStore-Client-NodeJS copied to clipboard

Prevent multiple appends within the same event loop creating many batch clients

Open George-Payne opened this issue 2 years ago • 0 comments

  • 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

George-Payne avatar Aug 10 '22 10:08 George-Payne