grpc-for-wcf-developers
grpc-for-wcf-developers copied to clipboard
gRPC for WCF Developers guidance samples
When I tried to run this out of the box from the command line, it wasn't working. The server was listening on `http://localhost:5000` but the client was trying to connect...
Add all nuget package versions to it. Might need one per sample/solution but better if can have just one. Set TargetFramework in it as well, or else also add a...
In the FullStockTickerService example that uses bidirectional streaming it feels to me like the use of the `AwaitCancellation()` method that creates a task that completes when the `CancellationToken` of the...
Grpc.Core.RpcException: Status(StatusCode=Internal, Detail="Error starting gRPC call. HttpRequestException: The SSL connection could not be established, see inner exception. IOException: The handshake failed due to an unexpected packet format.") at TraderSys.Portfolios.ClientConsole.Program.Main() in...
I tried to host the WCF service in the [tradersys ](https://github.com/dotnet-architecture/grpc-for-wcf-developers/tree/master/PortfoliosSample/wcf/TraderSys)on IIS version 10 on Windows 10, which throws an exception: The AutofacServiceHost.Container static property must be set before services...
Few questions about the statement "Migrate a WCF solution to gRPC": 1. Is it possible to reach gRPC service using a "net.tcp" protocol endpoint? 2. Am I correct that any...
Please see https://github.com/dotnet-architecture/News/issues/38 for more information.