fixing issue
This commit is contained in:
parent
daceb630b8
commit
1b566f7df3
1 changed files with 1 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ export class ElatoOpenAiVoiceAgent extends DurableObject<Env> {
|
|||
|
||||
server.addEventListener("close", () => {
|
||||
this.isGenerating = false;
|
||||
this.hasStartedConversation = false;
|
||||
this.currentWebSocket = null;
|
||||
this.transcriberSession?.close();
|
||||
this.transcriberSession = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue