feat(NetworkProxy): Introduce WebSocket heartbeat to maintain active connections in NetworkProxy

This commit is contained in:
2024-10-07 12:52:01 +02:00
parent ceede84774
commit 459ee7130f
3 changed files with 39 additions and 8 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2024-10-07 - 3.1.0 - feat(NetworkProxy)
Introduce WebSocket heartbeat to maintain active connections in NetworkProxy
- Added heartbeat mechanism to WebSocket connections to ensure they remain active.
- Terminating WebSocket if no pong is received for 5 minutes.
- Set up heartbeat interval to run every 1 minute for connection checks.
## 2024-10-07 - 3.0.61 - fix(networkproxy)
Improve error handling for proxy requests