msemys / esjc

EventStore Java Client
MIT License
108 stars 27 forks source link

fixes dangeling threads #1 #16

Closed uweschaefer closed 7 years ago

uweschaefer commented 7 years ago

Don't know if it is appropriate to introduce ExecutorService instead of Executor. Please review.

uweschaefer commented 7 years ago

i was wrong. the executor can be supplied so that you can control it from the outside. neverthesless, the group seems to be dangeling. i'll try another PR