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

perf: improve sse message #201

Merged
merged 2 commits into from Jun 27, 2019
Merged

perf: improve sse message #201

merged 2 commits into from Jun 27, 2019

Conversation

overcat
Copy link
Member

@overcat overcat commented May 7, 2019

drop "hello" and "byebye" messages, json.loads the normal messages when using sse=True

BREAKING CHANGE: The returned message type changed from str to dict

re #200

drop "hello" and "byebye" messages, json.loads the normal messages when using sse=True

BREAKING CHANGE: The returned message type changed from str to dict

re #200
@codecov
Copy link

codecov bot commented May 9, 2019

Codecov Report

Merging #201 into master will decrease coverage by 0.37%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
- Coverage   90.79%   90.41%   -0.38%     
==========================================
  Files          13       13              
  Lines        1553     1565      +12     
==========================================
+ Hits         1410     1415       +5     
- Misses        143      150       +7
Impacted Files Coverage Δ
stellar_base/horizon.py 55.72% <33.33%> (-0.68%) ⬇️

1 similar comment
@codecov
Copy link

codecov bot commented May 9, 2019

Codecov Report

Merging #201 into master will decrease coverage by 0.37%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
- Coverage   90.79%   90.41%   -0.38%     
==========================================
  Files          13       13              
  Lines        1553     1565      +12     
==========================================
+ Hits         1410     1415       +5     
- Misses        143      150       +7
Impacted Files Coverage Δ
stellar_base/horizon.py 55.72% <33.33%> (-0.68%) ⬇️

@overcat overcat merged commit d33106b into master Jun 27, 2019
@overcat overcat deleted the issue-200 branch October 2, 2019 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant