fix(VirtualStream): Ensure writable streams are correctly closed asynchronously to prevent potential sync issues.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-10-16 - 3.1.9 - fix(VirtualStream)
|
||||
Ensure writable streams are correctly closed asynchronously to prevent potential sync issues.
|
||||
|
||||
- Updated VirtualStream to use 'await' when closing writable streams, ensuring proper asynchronous handling.
|
||||
|
||||
## 2024-10-16 - 3.1.8 - fix(VirtualStream)
|
||||
Fix stream closing behavior to correctly handle closing bits
|
||||
|
||||
|
Reference in New Issue
Block a user