deepgram / deepgram-go-sdk

Go SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
31 stars 27 forks source link

Reconnect on LiveClient Doesn't Work as Intended #220

Closed dvonthenen closed 3 months ago

dvonthenen commented 4 months ago

What is the current behavior?

The reconnect seems to never reconnect when the connection drops. It seems as though maybe the (cancel) context is no longer valid even after recreating it. Investigating.

Steps to reproduce

NA

Expected behavior

NA

Please tell us about your environment

NA

Other information

NA

dvonthenen commented 3 months ago

Merged and Released