We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed78f3 commit d56867eCopy full SHA for d56867e
1 file changed
src/main/java/org/aarboard/nextcloud/api/utils/ConnectorCommon.java
@@ -273,6 +273,7 @@ public interface ResponseParser<R> {
273
public static void shutdown() throws IOException {
274
if(HttpAsyncClientSingleton.HTTPC_CLIENT != null) {
275
HttpAsyncClientSingleton.getInstance(null).close();
276
+ HttpAsyncClientSingleton.HTTPC_CLIENT = null;
277
}
278
279
0 commit comments