This repository has been archived by the owner on May 27, 2021. It is now read-only.
Fixes:
- The reporter wouldn't stop properly when running on Java 9+ due to the underlying OkHttp client keeping a non-daemon thread alive. There is more info here: square/okhttp#4029. This release allows for a full shutdown by evicting all connections from the underlying pool in the stopping procedure.