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
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.