Join Slack
Powered by
I'm using okhttp 4.5 in a script and after all wor...
# squarelibraries
p
Paul Woitaschek
04/24/2020, 4:33 PM
I'm using okhttp 4.5 in a script and after all work is done the script idles for about a minute. This gets fixed by calling `
Copy code
client.dispatcher.executorService.shutdown()
in the end of the script. Is this a bug?
Open in Slack
Previous
Next