I'm using okhttp 4.5 in a script and after all wor...
# squarelibraries
p
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?