You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As pointed out in issue #102 the JVM hangs waiting for thread pool and timer threads to complete. As proposed in that issue, those threads ought to be set as daemon threads to avoid having to call Hystrix.reset()
I'd like to submit a pull request with these threads being set as daemon threads.
The text was updated successfully, but these errors were encountered:
cplee
added a commit
to vspglobal/Hystrix
that referenced
this issue
Apr 16, 2015
As pointed out in issue #102 the JVM hangs waiting for thread pool and timer threads to complete. As proposed in that issue, those threads ought to be set as daemon threads to avoid having to call
Hystrix.reset()
I'd like to submit a pull request with these threads being set as daemon threads.
The text was updated successfully, but these errors were encountered: