icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
102 stars 13 forks source link

Add new KeepAliveInterval option in QuicClientTransportOptions #3991

Closed bernardnormier closed 4 months ago

bernardnormier commented 4 months ago

This PR adds the new KeepAliveInterval option to QuicClientTransportOptions. It's implemented only with .NET 9.0.

Fixes #3353.