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

When does grpc support okhttp 3.0 #5103

Closed
YilinYuan opened this issue Dec 3, 2018 · 2 comments
Closed

When does grpc support okhttp 3.0 #5103

YilinYuan opened this issue Dec 3, 2018 · 2 comments

Comments

@YilinYuan
Copy link

YilinYuan commented Dec 3, 2018

Please answer these questions before submitting your issue.

What version of gRPC are you using?

grpc 1.6.1

What did you expect to see?

grpc-okhttp of grpc 1.6.1 contains okhttp 2.5.0 ,but I want to use okhttp 3.0 because I need use it for andriod glide. I can't compaile different okhttp's version for andriod 's app

@dapengzhang0
Copy link
Member

There is no problem to use okhttp 3.0 and grpc-okhttp-1.6.1 in the same app. That is because grpc-okhttp manually shaded all necessary okhttp2 code that could conflict with okhttp3. Refer to discussions in #2999, #2549, #1628

@YilinYuan
Copy link
Author

A app has different Okhttp's version, feeling not nice ,Just want to Using Okhttp 3.0 and above

@lock lock bot locked as resolved and limited conversation to collaborators Mar 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants