Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Timeouts starts an Executor Service with non-daemon threads and provides no way to shut it down #2

Closed
Mahoney opened this issue Nov 9, 2017 · 2 comments

Comments

@Mahoney
Copy link

Mahoney commented Nov 9, 2017

org.rnorth.ducttape.timeouts.Timeouts starts an executor service using non-daemon threads. Any use of the Timeouts class consequently prevents the JVM from exiting normally - it has to be interrupted.

@bsideup
Copy link
Contributor

bsideup commented Apr 12, 2018

fixed in #4

@rnorth
Copy link
Owner

rnorth commented Apr 28, 2019

Released #4 in duct-tape 1.0.7.

@rnorth rnorth closed this as completed Apr 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants