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

fix: iOS Safari crash fix #13

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Commits on Jun 4, 2024

  1. fix: iOS Safari crash fix

    When using Safari on iOS, an empty packet is sent within the first few seconds of connecting. This causes the connection to close. By checking that e.data.size > 0, we only send packets with data to the Deepgram API, preventing this from happening.
    mazshakibaii committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ef87b92 View commit details
    Browse the repository at this point in the history