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 idle timeout in C# #2217

Closed bernardnormier closed 1 month ago

bernardnormier commented 1 month ago

This PR implements xxx.Connection.IdleTimeout in C#.

It also includes the same tests as in C++.