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

Framework.waitForStop() notifies only a single thread #84

Open
pdolezal opened this issue Dec 23, 2019 · 0 comments
Open

Framework.waitForStop() notifies only a single thread #84

pdolezal opened this issue Dec 23, 2019 · 0 comments

Comments

@pdolezal
Copy link

When multiple threads invoke Framework.waitForStop(), only one of them gets unblocked. I suppose that Concierge.stop0(boolean) should call notifyAll() instead of just notify() and it would be better to invoke it in finally to make sure that it would be executed always.

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

1 participant