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

Use PlatformSupport.makeEventLoopGroup on BasicTutorial #1179

Merged
merged 2 commits into from
May 17, 2021
Merged

Conversation

e-sung
Copy link
Contributor

@e-sung e-sung commented May 14, 2021

Even though Apple Platform documentation is suggesting to use PlatformSupport.makeEventLoopGroup where possible, I'm afraid it may not be obvious for beginners to checkout that documentation.

I think it would be better if we use PlatformSupport.makeEventLoopGroup API in Basic-Tutorial document which is much more approachable.

How do you think about this idea?

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented May 14, 2021

CLA Signed

The committers are authorized under a signed CLA.

@glbrntt
Copy link
Collaborator

glbrntt commented May 14, 2021

Hi @e-sung -- I think that's a good idea, would you mind updating the client code as well (https://github.com/grpc/grpc-swift/blob/main/Sources/Examples/RouteGuide/Client/main.swift)? Also you'll need to sign the CLA before we can accept any contribution.

@e-sung
Copy link
Contributor Author

e-sung commented May 15, 2021

Thank you for great feedback @glbrntt! I updated corresponding example code on RoutGuide too!

@glbrntt glbrntt added the semver/none No version bump required. label May 17, 2021
Copy link
Collaborator

@glbrntt glbrntt left a comment

Choose a reason for hiding this comment

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

Thank you!

@glbrntt glbrntt merged commit 680f34c into grpc:main May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants