feat(virtualstream): Enhance VirtualStream with optional closure when reading from webstream

This commit is contained in:
2024-10-11 02:15:45 +02:00
parent 04d60e6a95
commit 83cd25d5a2
4 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-11 - 3.1.0 - feat(virtualstream)
Enhance VirtualStream with optional closure when reading from webstream
- Added an optional parameter `closeAfterReading` to the `readFromWebstream` method.
- The stream will close automatically after reading if `closeAfterReading` is set to true.
## 2024-10-11 - 3.0.33 - fix(test)
Increase delay duration before stopping the server in test suite.