Skip to content

Conversation

@paweldomas
Copy link
Member

This is two extra commits added on top of #218 but it's a big change and not sure if desired.

This allows to share session specific variables between session related
instances.
* The logger for this class
*/
private final static Logger logger
= Logger.getLogger(GoogleCloudTranscriptionService.class);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the logger name?

@Override
public void onCompleted()
{
for(TranscriptionListener listener : requestManager.getListeners())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be valuable to trace what listeners have been to stop or whether whether the list of listeners is empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants