okhttp问题

2020-11-20  本文已影响0人  爲誰而来

okhttp:was leaked. Did you forget to close a response body? To see where this was allocated

这个问题官方说已经解决,https://github.com/auth0/auth0-java/issues/42

但是还是有报出来,解决办法, Response response =client.newCall(request).execute();   就是把 response 关掉 response.close();//  就行。

上一篇 下一篇

猜你喜欢

热点阅读