From bfd2288b1a4d8cd683ad286f03d124dbc9001339 Mon Sep 17 00:00:00 2001 From: Sven Kubiak Date: Mon, 27 Jul 2020 12:39:08 +0200 Subject: [PATCH] Updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2bcf166..4e60884 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,13 @@ JPushover.newGlance() .pushAsync(); ``` +If you are using pushAsync remember to shutdown the ExecutorService that is handling the tasks by calling: + + +``` +AsyncService.getInstance().shutdown(); +``` + [1]: https://pushover.net [2]: https://pushover.net/api [3]: https://pushover.net/api