Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to reconnect #47

Open
robertnowell opened this issue May 30, 2024 · 0 comments
Open

unable to reconnect #47

robertnowell opened this issue May 30, 2024 · 0 comments

Comments

@robertnowell
Copy link

What is the current behavior?

unable to re-establish connection after a period of inactivity

Steps to reproduce

open https://emilyai.deepgram.com/ and leave it dormant for like 20 minutes, then notice that the toast repeatedly pops up "The connection to Deepgram closed, we'll attempt to reconnect." and the transcription doesn't work

Expected behavior

connection re-establishes

Please tell us about your environment

this is in production, chrome and macos

Other information

I documented more information and logging here:
https://discord.com/channels/1108042150941294664/1245769351689146491/1245769351689146491

I did some debugging + logging on a forked version of this repo, and in my forked repo the loop is

  • connection closes due to inactivity
  • tries to reopen connection
  • connection is reopened
  • connection closes immediately without a reason (???)
  • loop restarts
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

No branches or pull requests

1 participant