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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
Few questions about the statement "Migrate a WCF solution to gRPC":
Is it possible to reach gRPC service using a "net.tcp" protocol endpoint?
Am I correct that any existing client needs at least to change namespace of the old client instance to reach the gRPC migration result?
May I call a gRPC .Net Core server from a .NET Framework client and which is the way to add the relative Connected Service? Have I to point out the .proto file as for a .Net Core client?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Few questions about the statement "Migrate a WCF solution to gRPC":
The text was updated successfully, but these errors were encountered: