Re: BlobStore#clearContainer never returns after closing BlobStoreContext

2016-06-13 Thread Andrew Gaul
Agreed. Would you like to submit a pull request via GitHub? You can find instructions here: https://www.openhub.net/accounts/khc On Mon, Jun 13, 2016 at 10:26:07AM +, Bram Pouwelse wrote: > Thanks for the quick response Andrew! > > If I understand correctly closing the context destroys

Re: BlobStore#clearContainer never returns after closing BlobStoreContext

2016-06-13 Thread Bram Pouwelse
Thanks for the quick response Andrew! If I understand correctly closing the context destroys the ExecutorService but after that is is still possible to use the context for operations that don't need this Executor service? That feels a bit weird, I get that I shouldn't use the context after