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

Fix server namespaces #3922

Closed bernardnormier closed 6 months ago

bernardnormier commented 6 months ago

This PR fixes the server namespaces in the examples.

FIxes #3910.