Skip to content

Commit 12b33b6

Browse files
committed
Remove dead comment
1 parent 2b8f2ab commit 12b33b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ai/src/methods/live-session-helpers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ export class AudioConversationRunner {
196196
return;
197197
}
198198
this.isStopped = true;
199-
this.stopDeferred.resolve();
200-
// this.stopResolver(); // Unblock the receive loop
199+
this.stopDeferred.resolve(); // Unblock the receive loop
201200
await this.receiveLoopPromise; // Wait for the loop and cleanup to finish
202201
}
203202

0 commit comments

Comments
 (0)