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 QUIC idle timeout test #3985

Closed bernardnormier closed 4 months ago

bernardnormier commented 4 months ago

This PR adds a first QUIC idle timeout test. It also fixes a small bug in the QUIC error mapping.

It's the initial step for fixing #3353 - first demonstrate the issue.