grpc-dart icon indicating copy to clipboard operation
grpc-dart copied to clipboard

The Dart language implementation of gRPC.

Results 130 grpc-dart issues
Sort by recently updated
recently updated
newest added

I am creating server-side stream from Flutter client to Rust server (using tonic). When I'm gracefully stopping the server, it cancels all in-progress streams. However, grpc-dart client doesn't stop the...

type-enhancement

We are consuming data from a gRPC backend written with go-grpc. On the server side we have implemented a way to send pack key information inside the `trailer` metadata which...

type-bug

grpc package version: 3.1.0 When I create a gRPC call inside `try catch` block, it randomly can not close the channel and blocks the entire application. ```dart final channel =...

type-bug

I want to detect lost connection or not connection or failed connection. I found method channel.getConnection(), but It return object which returns useless method like shutdown etc. My question is...

type-enhancement

Hi: it looks like this was bumped to 3 recently and the docs also state to use the latest compiler version. https://github.com/grpc/grpc-dart/blob/9dadc31cba0c1621eb104809d144b8283d337dcb/example/helloworld/pubspec.yaml#L12 This is still at v2. The included generated...

type-enhancement

dart-grpc 3.1.0 I am trying to write a grpc client for TypeDB (a graph database), and am using protoc to compile TypeDB's [.proto definition files](https://github.com/vaticle/typedb-protocol) into Dart service and message...

My grpc server is shutdown, when I try to connect to the server, the onConnectionStateChanged listener is called all the time. here are my codes: ``` channel = ClientChannel( "192.168.1.116",...

It would be nice to have ability to be able to create utility packages for the WellKnownTypes. Currently protoc_plugin generate WellKnownTypes classes with the the proto protocols, therefore it is...

Hello, I'd like to see something like `Interceptor`s on the server side, but more akin to the [UnaryInterceptor of gRPC-Web](https://grpc.io/blog/grpc-web-interceptor/). This is something I have appreciated from other server frameworks....

help wanted

error message: gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error connecting: HandshakeException: Connection terminated during handshake, details: null, rawResponse: null, trailers: {}) grpc: ^3.1.0 ## Repro steps ## Details