Skip to content

yabli/grpcTest1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpcTest1

Projects:

  • src/Protos: Protobuf schemas
  • src/GrpcServer: the gRpc server which can response to /Contoso.Grpc.LegacyQuery/LegacyQuery gRpc request. RetryableLegacyQueryHandler is the handler, it fails the first attempt by throwing a RpcExecption. Will send expected response on the 2nd attempt.
  • Tests/UnitTests: You can run this exe to repro the reported issue.

The test crashes after client received the first failure response (on the first attempt of request).

Steps to repro:

  • dotnet restore GrpcRepro.sln
  • dotnet build GrpcRepro.sln
  • Tests\UnitTests\bin\Debug\net472\UnitTests.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages