v1.2.0 - CompletableFuture Support
·
103 commits
to master
since this release
Finally TzevaAdomNotifier#listen is async by default using CompletableFuture :)
Changelog:
TzevaAdomNotifier#listennow returns a CompletableFuture- Added empty alert response support (It was a wrong decision to throw an exception for this situation, because it's expected + it happens 99.99% of the time - which caused
#onFailedRequestspam)