Skip to content

Commit 1ca2af4

Browse files
committed
Remove ParseThread once it's finished
1 parent dd5fec7 commit 1ca2af4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

library/src/main/java/com/proxerme/library/connection/ProxerConnection.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ public void run() {
256256
}
257257
});
258258
}
259+
260+
parseThreads.remove(this);
259261
}
260262
});
261263

0 commit comments

Comments
 (0)