deepgram-go-sdk icon indicating copy to clipboard operation
deepgram-go-sdk copied to clipboard

Improved Websocket support for latency concerns

Open jpvajda opened this issue 5 months ago • 1 comments

Issue

  • Performing Latency calculations are a challenge.
  • Websocket reconnect so users don't need to redefine their events handlers in their code
  • Websocket native keep alive when it's been 10s or more since data/message

Acceptence Criteria

  • Send-queue for all messages on websocket, so connection drops don't kill transcription - include resend opening packet/headers

jpvajda avatar Mar 15 '24 17:03 jpvajda