You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The content you are editing has changed. Please copy your edits and refresh the page.
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
The text was updated successfully, but these errors were encountered: