-
Notifications
You must be signed in to change notification settings - Fork 677
google-cloud/speech connection status (gRPC?) #1993
Copy link
Copy link
Closed
Labels
api: speechIssues related to the Speech-to-Text API.Issues related to the Speech-to-Text API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
api: speechIssues related to the Speech-to-Text API.Issues related to the Speech-to-Text API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hello all,
I'm currently using an implementation of the speech module and am having connection dropout issues (hardware issue), but am not receiving any status/error messages about connection availability or socket dropouts. I'm interesting in seeing if there is any way to have connection status messages/errors bubble up to the application level.
The easiest way for me to replicate this issue is to disconnect from a network and start the speech module. Seems to fail silently...
Here is the implementation and a ticket I opened in the library repo: evancohen/sonus#34
Thanks and keep up the good work!