Joll59/d-ser-t

Consider whether or not we should close the recognizer

Closed this issue · 1 comments

Derived from a comment in TranscriptionService.internalRecognizer() on recognizer.recognized():

// Should I be closing the recognizer?
// recognizer.close();
// Should this be resolving?

resolved to closing all recognizers once the promise chain is complete.
PR #60 Is out to address This.