grpc icon indicating copy to clipboard operation
grpc copied to clipboard

The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

Results 834 grpc issues
Sort by recently updated
recently updated
newest added

### What version of gRPC and what language are you using? 2.42.0 C# ### What operating system (Linux, Windows,...) and version? Windows 10 21H2 ### What runtime / compiler are...

kind/bug
lang/C#
lang/core
priority/P2

**Ver 1.45** (1.46 code is the same) The symptom is hanging in Grpc.Core.Internal.AsyncCall.**UnaryCall** on return unaryResponseTcs.Task.GetAwaiter().GetResult(); line. The stack trace example is: > [Waiting on Async Operation, double-click or press...

kind/bug
lang/C#
priority/P2

Fix for https://github.com/grpc/grpc/issues/29854 This fixes the hang in AsyncCall.UnaryCall() when an exception in thrown. I was unable to reproduce the original corrupt status code. Looking at the marshalling code it...

lang/C#

commit 99752b173cfa reintroduced the cross-compilation issue which was previously fixed by da10b795e177 see #26292

area/build
release notes: no
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

Separates xDS Test Client/Server (represent an interface to corresponding workload running remotely) from their runners (kubernetes-specific logic to provision the workloads with prerequisites). This is a refactoring, should not change...

release notes: no
area/psm interop

We were spinning on the current timer system too many times to reach the three year timeout, so shorten it to an hour. We'll probably catch enough stuff still!

lang/core
release notes: no
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

For each e2e fixture, make sure there's only one configuration run for that fixture. It's likely that there's a better code factoring available here, I'm going to argue that that's...

lang/core
release notes: no
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

Generated from the release script

lang/core
release notes: yes
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

We do a *lot* of sequential operations in this test, and I suspect we'd do better with some concurrency. Use event engine to autoscale workload to the machine we're using,...

lang/core
release notes: no
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

This has been flaking a bit on Windows... introduce some sleeps and lower thread counts - I think the properties the test wants to cover are still here (and TSAN...

lang/core
release notes: no
bloat/none
per-call-memory/neutral
per-channel-memory/neutral