We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Our current waiting logic could be improved. It is a working wait logic, but it might not be the most elegant solution.
java-sdk-contrib/providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/resolver/common/Util.java
Lines 26 to 38 in cd0ea9e
This task aims to migrate to an approach with notify() and wait(). As suggested by @chrfwow within #1115.
notify()
wait()