phillyphil91
phillyphil91
Related #3925 I know there is a lot missing here, but I wanted to start with the rust side first. As there is already a good idea how modify the...
## Current Behavior Current implementations of TCP clients need to rely on ad-hoc heartbeats in order to keep the TCP connection open. ## Proposed Changes Enable tcp_keepalive for the `TcpStream`...
Fixes #606 ## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description The...