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
{{ message }}
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
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.