fix(virtualstream): Fix handling of virtual streams for proper shutdown

This commit is contained in:
2024-10-14 00:13:28 +02:00
parent 03c7150b6b
commit 7b6fb9e9bc
5 changed files with 250 additions and 184 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-10-14 - 3.1.1 - fix(virtualstream)
Fix handling of virtual streams for proper shutdown
- Ensured that writeToWebstream method checks for remaining items in receiveBackpressuredArray before closing.
- Corrected package.json dependency for @push.rocks/tapbundle.
- Updated @types/node to version 22.7.5.
## 2024-10-11 - 3.1.0 - feat(virtualstream)
Enhance VirtualStream with optional closure when reading from webstream