-
- Downloads
Merge pull request #6067 from jtattermusch/halfclose_after_close
Allow halfclose after close on clients
No related branches found
No related tags found
Showing
- src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj 1 addition, 0 deletionssrc/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
- src/csharp/Grpc.Core.Tests/HalfcloseTest.cs 97 additions, 0 deletionssrc/csharp/Grpc.Core.Tests/HalfcloseTest.cs
- src/csharp/Grpc.Core/Internal/AsyncCall.cs 12 additions, 2 deletionssrc/csharp/Grpc.Core/Internal/AsyncCall.cs
- src/csharp/Grpc.Core/Internal/AsyncCallBase.cs 31 additions, 7 deletionssrc/csharp/Grpc.Core/Internal/AsyncCallBase.cs
- src/csharp/Grpc.Core/Internal/AsyncCallServer.cs 3 additions, 3 deletionssrc/csharp/Grpc.Core/Internal/AsyncCallServer.cs
- src/csharp/tests.json 1 addition, 0 deletionssrc/csharp/tests.json
src/csharp/Grpc.Core.Tests/HalfcloseTest.cs
0 → 100644
Please register or sign in to comment