fix(core): Fix incorrect backpressure logic in VirtualStream class

This commit is contained in:
2024-10-14 01:31:58 +02:00
parent 70e2dcc1b8
commit 1a92aa6630
3 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-14 - 3.1.2 - fix(core)
Fix incorrect backpressure logic in VirtualStream class
- Corrected the logic for determining backpressure status by checking the available space in the receiveBackpressuredArray.
- Introduced a looping mechanism to wait when the other side is backpressured before sending more data.
## 2024-10-14 - 3.1.1 - fix(virtualstream)
Fix handling of virtual streams for proper shutdown