Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid the issue of connections not being released.
When channelizer.supportsIdleMonitor is false, enable TCP Keep-Alive to avoid the issue of connections not being released. Enable TCP Keep-Alive to detect if the remote peer is still reachable. Keep-Alive sends periodic probes to check if the remote peer is still active. If the remote peer is unreachable, the connection will be closed, preventing resource leaks and avoiding the maintenance of stale connections.
- Loading branch information