streamingRecognize
request works perfectly with a signal client call, and my server can receive the interim-transcription result from Google Speech API. However, when there are more then one client call streamingRecognize
simultaneously, Google Speech API will get stuck. So, may I know how to handle more than one streamingRecognize
request concurrently? Do I need to create another client
to process the second streamingRecognize
request? Thanks.eval("var " + myString + " = new speech.SpeechClient();");