tony

Results 67 comments of tony

It appears that this has been fixed a while back. A version of the test in PR https://github.com/grpc/grpc/pull/18124 now passes (I had to change the exception that was caught). See...

Verified and added test in PR https://github.com/grpc/grpc/pull/30523

I can narrow down the fix to: - Fixed: Grpc 2.31-0-pre1 (tag v1.31.0-pre1) 22 July 2020 - Broken: Grpc 2.30.0 (tag v1.30.0) 22 June 2020 I did this by testing...

@smartnik83 Are you able to provide example code that reproduces the problem? Eg. creating a github repository with a small example would be helpful. Could you give more details and...

@smartnik83 You appear to be using the grpc-dotnet implementation of gRPC. You need to report this bug there: https://github.com/grpc/grpc-dotnet (This list of issues is for the old C# version based...

@rburns1293 I know that this issue was reported a while back but I am now trying to reproduce it. Some more information would be helpful: - when you say "many...

@amitwaisel Is this still an issue? I'm not able to reproduce it. If it is still an issue are you able to give some for details (see comment above).

I've verified this was fixed. I've added a test to the C# code https://github.com/grpc/grpc/pull/30523

An update on investigating this issue. It is easily reproduced with the provided code example (in the zip file). - It is **not** a thread pool size issue - either...