awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
140 stars 38 forks source link

Stop creating a new EventLoopGroup for each AWSCRTEventLoop instance #81

Closed gscalise closed 1 year ago

gscalise commented 1 year ago

Issue #, if available: #78

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov-commenter commented 1 year ago

Codecov Report

Base: 88.68% // Head: 88.66% // Decreases project coverage by -0.02% :warning:

Coverage data is based on head (b5c37f3) compared to base (95349af). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #81 +/- ## =========================================== - Coverage 88.68% 88.66% -0.03% =========================================== Files 34 34 Lines 1936 1932 -4 =========================================== - Hits 1717 1713 -4 Misses 219 219 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `88.66% <100.00%> (-0.03%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/awslabs/amazon-transcribe-streaming-sdk/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [amazon\_transcribe/\_\_init\_\_.py](https://codecov.io/gh/awslabs/amazon-transcribe-streaming-sdk/pull/81/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-YW1hem9uX3RyYW5zY3JpYmUvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.