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 serializing AuthInfo and input streams in RPC interfaces #2800

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

s-ludwig
Copy link
Member

When an input stream return type is used, this now produces a runtime error instead, until this is actually supported. AuthInfo arguments are never serialized and sent over the wire, as the code already intended.

@s-ludwig s-ludwig requested a review from l-kramer April 15, 2024 20:03
When an input stream return type is used, this now produces a runtime error instead, until this is actually supported. AuthInfo arguments are never serialized and sent over the wire, as the code already intended.
@s-ludwig s-ludwig force-pushed the fix_spurious_rpc_serialization branch from c21acec to 5bfe84a Compare April 15, 2024 20:10
@l-kramer l-kramer merged commit 24c4630 into master Apr 18, 2024
58 checks passed
@l-kramer l-kramer deleted the fix_spurious_rpc_serialization branch April 18, 2024 11:19
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.

2 participants