[Steps to reproduce] Build `Dockerfile` using the steps found in [Docker.README.md](https://github.com/GoogleCloudPlatform/cpp-docs-samples/blob/master/speech/api/Docker.README.md). run: `./streaming_transcribe_singlethread -b 16000 resources/audio.raw` [Error] ``` channel_cc.cc:136] assertion failed: GRPC_CALL_OK == grpc_call_start_batch(call->call(), cops, nops, ops, nullptr) ```
[Steps to reproduce]
Build
Dockerfileusing the steps found in Docker.README.md.run:
./streaming_transcribe_singlethread -b 16000 resources/audio.raw[Error]