google / cronet-transport-for-okhttp

This package allows OkHttp and Retrofit users to use Cronet as their transport layer, benefiting from features like QUIC/HTTP3 support or connection migration.
Apache License 2.0
427 stars 31 forks source link

Q: IPC call when using Play Services Cronet provider? #27

Closed adityameesho closed 11 months ago

adityameesho commented 11 months ago

I'd like to understand if there are any Inter process calls made for every network request or just once to load the cronet provider, when I'm using Play Services Cronet provider?

edechamps-Google commented 11 months ago

Using the Play Services Cronet provider only means that the Cronet library itself is obtained and loaded from Play Services. After the library is loaded, there are no other interactions with Play Services; Cronet behaves just like it would if it was embedded directly in the app.

adityameesho commented 11 months ago

thank you for the clarification @edechamps-Google 👍