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

Simplify Activator API #3877

Closed bernardnormier closed 9 months ago

bernardnormier commented 10 months ago

This PR simplifies the Activator API by removing the unused ref SliceDecoder parameter.

Fixes #3876.