Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

fix unnecessary threadpool-creation #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Trolldemorted
Copy link

New OkHttpClients came with their own thread and connection pools. With newBuilder() we can create a new client with an already existing pool.

Fixes signalapp/Signal-Android#6283

See https://square.github.io/okhttp/3.x/okhttp/okhttp3/OkHttpClient.html for more information.

New OkHttpClients came with their own thread and connection pools. With newBuilder() we can create a new client with an already existing pool.

Fixes signalapp/Signal-Android#6283
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant