writable-consumable-stream
writable-consumable-stream copied to clipboard
An async stream which can be iterated over using a for-await-of loop.
Results
2
writable-consumable-stream issues
Sort by
recently updated
recently updated
newest added
I suggest to add `this.currentNode = undefined;` inside the Consumer's _destroy() method. Killed Consumer still holds the whole linked list of messages.
Hello, nice work on this lib. I like the linked list approach. I think I found a bug though, an implementation details that prevents doing "bulk reads" of the stream....