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

Avoid decoding json when proxying over ws #321

Merged
merged 1 commit into from Jul 29, 2022

Conversation

uvjustin
Copy link
Contributor

This PR avoids decoding from json when proxying to the ws api.

@codecov
Copy link

codecov bot commented Jul 29, 2022

Codecov Report

Merging #321 (40530cf) into master (7738c09) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #321   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines         1669      1672    +3     
=========================================
+ Hits          1669      1672    +3     
Impacted Files Coverage Δ
custom_components/frigate/ws_api.py 100.00% <ø> (ø)
custom_components/frigate/api.py 100.00% <100.00%> (ø)

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 7738c09...40530cf. Read the comment docs.

@dermotduffy dermotduffy added the performance Performance label Jul 29, 2022
@dermotduffy dermotduffy merged commit 6cdcc82 into blakeblackshear:master Jul 29, 2022
@dermotduffy
Copy link
Collaborator

Thanks @uvjustin !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants