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

Add support for void returning methods in RPC interfaces #526

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Aug 13, 2020

Dynamically generated RPC proxies implement void-returning methods by sending a notification instead of a request.

Closes #522

Dynamically generated RPC proxies implement void-returning methods by sending a notification instead of a request.

Closes microsoft#522
@AArnott AArnott added this to the v2.6 milestone Aug 13, 2020
@AArnott AArnott requested a review from milopezc August 13, 2020 22:18
@AArnott AArnott self-assigned this Aug 13, 2020
@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 2020

Codecov Report

Merging #526 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #526      +/-   ##
==========================================
+ Coverage   89.23%   89.25%   +0.02%     
==========================================
  Files          51       51              
  Lines        4077     4085       +8     
==========================================
+ Hits         3638     3646       +8     
  Misses        439      439              
Impacted Files Coverage Δ
src/StreamJsonRpc/ProxyGeneration.cs 99.73% <100.00%> (+<0.01%) ⬆️
src/StreamJsonRpc/JsonRpc.cs 92.84% <0.00%> (+<0.01%) ⬆️

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 3314eb0...c3e5e80. Read the comment docs.

@AArnott AArnott merged commit 531f193 into microsoft:master Aug 14, 2020
@AArnott AArnott deleted the fix522 branch August 14, 2020 01:53
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.

Dynamic proxies should implement void returning methods by sending notifications
3 participants