refactor: use MessageSender interface for message transporter (#5083)
This commit is contained in:
committed by
GitHub
Unverified
parent
c3821202b1
commit
2e2802ea13
@@ -6,3 +6,7 @@
|
||||
## Improvements
|
||||
|
||||
* **VirtualNet**: Implemented intelligent reconnection with exponential backoff. When connection errors occur repeatedly, the reconnect interval increases from 60s to 300s (max), reducing unnecessary reconnection attempts. Normal disconnections still reconnect quickly at 10s intervals.
|
||||
|
||||
## Fixes
|
||||
|
||||
* Fix deadlock issue when TCP connection is closed. Previously, sending messages could block forever if the connection handler had already stopped.
|
||||
|
||||
Reference in New Issue
Block a user