Updated readme

This commit is contained in:
Sven Kubiak 2020-07-27 12:39:08 +02:00
parent 448bf70e48
commit bfd2288b1a

View File

@ -77,6 +77,13 @@ JPushover.newGlance()
.pushAsync(); .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 [1]: https://pushover.net
[2]: https://pushover.net/api [2]: https://pushover.net/api
[3]: https://pushover.net/api [3]: https://pushover.net/api