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

gRPC Error while connection to stream

Open satishbabariya opened this issue 4 years ago • 0 comments

gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error connecting: gRPC Error (code: 14, codeName: UNAVAILABLE, message: Channel shutting down., details: null, rawResponse: null, trailers: {}), details: null, rawResponse: null, trailers: {})

grpc: dependency: "direct main" description: name: grpc url: "https://pub.dartlang.org" source: hosted version: "3.0.2"

Repro steps

  1. get atlas MongoDB URI
  2. clone https://github.com/mongorpc/mongorpc
  3. run mongorpc server using go run cmd/mongorpc/main.go
  4. clone https://github.com/mongorpc/mongorpc-dart
  5. and run dart dart run example/main.dart

Expected result: should start listing to streams

Actual result: error while connecting to the channel

Details

gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error connecting: gRPC Error (code: 14, codeName: UNAVAILABLE, message: Channel shutting down., details: null, rawResponse: null, trailers: {}), details: null, rawResponse: null, trailers: {})

satishbabariya avatar Nov 28 '21 16:11 satishbabariya