im running into a behavior where after printing th...
# clikt
k
im running into a behavior where after printing the output of the command to the terminal, the command hangs for ~90 seconds before it exits gracefully. logging and other debugging indicates my commands finish when i expect them to and i havent figured out how to debug further. anyone experienced this before?
p
Do you use okhttp? If yes you need to shut down a bunch of resources
k
Yeah I am using okhttp. So close the client and kill the connection pool?
p
k
Awesome, thanks for the assistance