fix(virtualstream): Fix keep-alive loop handling and test cleanup

This commit is contained in:
2024-09-06 13:46:09 +02:00
parent f461f16bfd
commit 4d98915dbd
4 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-09-06 - 3.0.32 - fix(virtualstream)
Fix keep-alive loop handling and test cleanup
- Prevent unnecessary keep-alive loop from starting on the responding side
- Add logging for keep-alive loop initiation in VirtualStream
- Temporarily comment out stream close and tap forceful stop in test to avoid abrupt termination
## 2024-09-06 - 3.0.31 - fix(core)
Updated dependencies and added close method to VirtualStream