fix(virtualstream): Add console log for debugging backpressure feedback loop

This commit is contained in:
2024-10-16 02:16:29 +02:00
parent c0fdc8a1d4
commit 4887c07ef3
3 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-10-16 - 3.1.5 - fix(virtualstream)
Add console log for debugging backpressure feedback loop
- Inserted a console log message to provide insight when waiting due to backpressure in the workOnQueue method.
## 2024-10-16 - 3.1.4 - fix(VirtualStream)
Corrected the logic for backpressure handling in response