We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8f2ab commit 12b33b6Copy full SHA for 12b33b6
packages/ai/src/methods/live-session-helpers.ts
@@ -196,8 +196,7 @@ export class AudioConversationRunner {
196
return;
197
}
198
this.isStopped = true;
199
- this.stopDeferred.resolve();
200
- // this.stopResolver(); // Unblock the receive loop
+ this.stopDeferred.resolve(); // Unblock the receive loop
201
await this.receiveLoopPromise; // Wait for the loop and cleanup to finish
202
203
0 commit comments