jeremylong / Open-Vulnerability-Project

Java libraries for working with available vulnerability data sources (GitHub Security Advisories, NVD, EPSS, CISA Known Exploited Vulnerabilities, etc.)
Apache License 2.0
107 stars 30 forks source link

Add shutdown() executor into close method for RateLimitedClient #159

Closed SVBryakin closed 1 month ago

SVBryakin commented 1 month ago

Adding a call to shutdown() to avoid the consequences of Executor errors

SVBryakin commented 1 month ago

PR #160

jeremylong commented 1 month ago

Thanks for the PR!