Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WaitSet behavior wrong in waitAndReturnFulfilledConditions #388

Closed
elfenpiff opened this issue Nov 23, 2020 · 0 comments · Fixed by #389
Closed

WaitSet behavior wrong in waitAndReturnFulfilledConditions #388

elfenpiff opened this issue Nov 23, 2020 · 0 comments · Fixed by #389
Assignees
Labels
bug Something isn't working

Comments

@elfenpiff
Copy link
Contributor

elfenpiff commented Nov 23, 2020

Required information

Observed result or behaviour:
The wait method of a WaitSet returns a list of Conditions which have reached a certain condition. Our current WaitSet is event-oriented in behavior but should be state oriented. It should not be triggered by an event which occurred but by a state in which the condition is currently in.

Expected result or behaviour:
The wait method of a WaitSet should a return a list of Conditions which current state does fulfill a certain condition.

@elfenpiff elfenpiff added the bug Something isn't working label Nov 23, 2020
@elfenpiff elfenpiff self-assigned this Nov 23, 2020
elfenpiff added a commit to ApexAI/iceoryx that referenced this issue Nov 23, 2020
Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff added a commit that referenced this issue Nov 23, 2020
iox-#388 fixed waitset behavior back to "there are samples in the queue"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant