grpc / grpc-dart

The Dart language implementation of gRPC.
https://pub.dev/packages/grpc
Apache License 2.0
860 stars 271 forks source link

gRPC Connection Error: Out Of Memory #510

Closed jyndrkhole closed 3 years ago

jyndrkhole commented 3 years ago
When I connect to the local server at 127.0.0.1, I could connect to the server but when I try to connect with production-ready python server it throws an "Out Of Memory" error. 3.0.0 Expected result: Should connect to the remote server. Actual result: It is throwing an error saying "Out Of Memory" every time I try connecting. ## Details Screenshot 2021-07-30 at 11 38 19 AM
mraleph commented 3 years ago

Most likely duplicate of #458. Try to use the package version from master (e.g. by specifying git dependency on this repo) or check that your server is answering with valid gRPC protocol.