Possible Datarace in Skills Core
The variable skill may be checked heile being Set (not sure whether Pointers are atomic or not)
File: libraries/skills/provider/detail/SkillImplementationWrapper.cpp or so (at my phone right now, cant check)
The methods:
- stop Checks in while loop whether skill is set or not. If not set then wait and check again
- skill is set in executeSkill