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

fix unnecessary threadpool-creation#40

Open
Trolldemorted wants to merge 1 commit intosignalapp:masterfrom
Trolldemorted:okpools
Open

fix unnecessary threadpool-creation#40
Trolldemorted wants to merge 1 commit intosignalapp:masterfrom
Trolldemorted:okpools

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant