zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Implement connect timeout & close timeout in Java, remove connection timeouts #2321

Closed bernardnormier closed 1 week ago

bernardnormier commented 1 week ago

This PR implement ConnectTimeout and CloseTimeout in Java, and also removes connection timeouts (like already done in C# and C++).