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

gRPC tutorial: Clarify random assigned server port #25397

Merged
merged 4 commits into from
Mar 26, 2022

Conversation

wadepickett
Copy link
Contributor

@wadepickett wadepickett commented Mar 23, 2022

Internal Review

Fixes #25253
Fixes #22945

Clarified where to find the server localhost port and what line of code to update.
Removed references of the example port number in the text.

I did leave the port number in the client code example, which needs to be able to compile, and needs to work with the port setting in the example server app.

@wadepickett wadepickett self-assigned this Mar 23, 2022
@wadepickett wadepickett marked this pull request as ready for review March 26, 2022 03:44
Copy link
Contributor

@serpent5 serpent5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of suggestions to stay consistent with the recent switch from *...* to `...` for filenames.

aspnetcore/tutorials/grpc/grpc-start.md Outdated Show resolved Hide resolved
aspnetcore/tutorials/grpc/grpc-start.md Outdated Show resolved Hide resolved
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
@wadepickett wadepickett merged commit f98bdf0 into main Mar 26, 2022
@wadepickett wadepickett deleted the wadepickett/25253gRPCport branch March 26, 2022 18:40
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.

Removed hard coded port 7042 Update gRPC tutorial for .NET 6 dynamic port
3 participants