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

Rename TransmissionCompletedSize event and add received event #501

Merged
merged 1 commit into from
Jul 17, 2020

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Jul 17, 2020

Previously we only reported on the size of messages transmitted. Now we report on the size of messages received as well.
I also give the events a different Task name to distinguish it from the MessageTransmission that is already used by JsonRpc.

Previously we only reported on the size of messages *transmitted*. Now we report on the size of messages received as well.
I also give the events a different `Task` name to distinguish it from the `MessageTransmission` that is already used by `JsonRpc`.
@AArnott AArnott added this to the v2.6 milestone Jul 17, 2020
@AArnott AArnott self-assigned this Jul 17, 2020
@AArnott
Copy link
Member Author

AArnott commented Jul 17, 2020

CC: @MokoSan

@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2020

Codecov Report

Merging #501 into master will decrease coverage by 0.13%.
The diff coverage is 46.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #501      +/-   ##
==========================================
- Coverage   90.36%   90.23%   -0.14%     
==========================================
  Files          50       50              
  Lines        3892     3900       +8     
==========================================
+ Hits         3517     3519       +2     
- Misses        375      381       +6     
Impacted Files Coverage Δ
src/StreamJsonRpc/JsonRpcEventSource.cs 6.66% <0.00%> (-0.32%) ⬇️
src/StreamJsonRpc/HeaderDelimitedMessageHandler.cs 85.31% <60.00%> (-0.33%) ⬇️
src/StreamJsonRpc/LengthHeaderMessageHandler.cs 94.87% <60.00%> (-2.36%) ⬇️
src/StreamJsonRpc/MessageHandlerBase.cs 96.34% <0.00%> (-2.44%) ⬇️

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 f59fa62...2ca6020. Read the comment docs.

@AArnott AArnott merged commit 3aa77ce into microsoft:master Jul 17, 2020
@AArnott AArnott deleted the refineMessageSizeEvent branch July 17, 2020 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants