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
101 stars 13 forks source link

QUIC transport template option added to `IceRpc-Protobuf-Server` and `IceRpc-Protobuf-Client` #3962

Closed ReeceHumphreys closed 5 months ago

ReeceHumphreys commented 5 months ago

Sister PR to #3955 Closes #3956

This PR adds the QUIC transport option to the Protobuf templates .

pepone commented 5 months ago

You should update CI to test templates with the new param.

ReeceHumphreys commented 5 months ago

You should update CI to test templates with the new param.

Whoops forgot, will add now!