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
2.04k stars 592 forks source link

Implement xxx.Connection.CloseTimeout/ConnectTimeout in C# #2226

Closed bernardnormier closed 4 months ago

bernardnormier commented 4 months ago

This PR implements xxx.Connection.ConnectTimeout and xxx.Connection.CloseTimeout in C#.

It also removes all implementation of the "connection timeouts" (superseded by idle timeout). And removes the old Connect/Close timeouts.