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

Migrate HTTP clients to gRPC #4

Open
2 tasks done
Qonfused opened this issue Sep 20, 2023 · 0 comments · Fixed by #14
Open
2 tasks done

Migrate HTTP clients to gRPC #4

Qonfused opened this issue Sep 20, 2023 · 0 comments · Fixed by #14
Assignees
Labels
enhancement New feature or request

Comments

@Qonfused
Copy link
Member

Qonfused commented Sep 20, 2023

Using gRPC should allow for better interop between languages and the host/client processes with support for bidirectional streaming, flow control, and comparatively better error handling. This will upgrade communication to HTTP/2 and require additional codegen for supporting protocol buffers.

Microsoft has a tutorial here explaining how to support this with existing C#/MSBuild projects, though this may be a better migration path for #2.

Tasks

  1. Qonfused
  2. Qonfused
@Qonfused Qonfused added the enhancement New feature or request label Sep 20, 2023
@Qonfused Qonfused self-assigned this Sep 20, 2023
@Qonfused Qonfused changed the title [third_party/RemoteNET] Migrate HTTP clients to gRPC Migrate HTTP clients to gRPC Apr 1, 2024
@Qonfused Qonfused linked a pull request Apr 3, 2024 that will close this issue
@Qonfused Qonfused reopened this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant