Open satishbabariya opened 2 years ago
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"
go run cmd/mongorpc/main.go
dart dart run example/main.dart
Expected result: should start listing to streams
Actual result: error while connecting to the channel
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
go run cmd/mongorpc/main.go
dart dart run example/main.dart
Expected result: should start listing to streams
Actual result: error while connecting to the channel
Details