speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

Do not limit incoming message size #26

Closed sm-gravid-day closed 4 years ago

sm-gravid-day commented 4 years ago

No longer put an artificial limit on the maximum size of incoming messages from the server. This prevents issues when using a large nbest limit.

codecov[bot] commented 4 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   88.11%   88.11%           
=======================================
  Files           6        6           
  Lines         387      387           
  Branches       68       68           
=======================================
  Hits          341      341           
  Misses         27       27           
  Partials       19       19           
Impacted Files Coverage Δ
speechmatics/client.py 89.39% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6ea2f97...fbea02e. Read the comment docs.