deepgram / deepgram-js-sdk

Official JavaScript SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
127 stars 45 forks source link

fix: remove unnecessary complexity from close event #214

Closed lukeocodes closed 6 months ago

lukeocodes commented 6 months ago

Removing unnecessary complexity from the WebSocket close event. We've yet to encounter a need for this logic, while it is also not compatible with edge functions. Removing it fixes edge functions close events.

Fixes #210