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

WIP: Multicast poc #32

Open
wants to merge 10 commits into
base: devel
Choose a base branch
from
Open

WIP: Multicast poc #32

wants to merge 10 commits into from

Conversation

nicob87
Copy link
Contributor

@nicob87 nicob87 commented Sep 30, 2019

This is just a snippet for showing different testing posibilities.

@@ -91,6 +94,7 @@ def is_done_sending(self):
Returns True if all expected messages have been sent or if sender has timed out.
:return:
"""
#????
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it a doubt or do you have concerns with the logic?

def _wait(receivers):
for r in receivers:
while not r.receiver:
time.sleep(1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if a time.sleep here might cause issues to proton.
Maybe we can use some of the proton events to consider the receivers in the list as ready.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will change this as you suggest

@fgiorgetti
Copy link
Contributor

@nicob87 I have added a few comments, but overall looks good to me. Tomorrow I will run it and see how it works. Nice job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants