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

Add participantChannel to isolate keeping count of participants #408

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

doodlesbykumbi
Copy link

@doodlesbykumbi doodlesbykumbi commented May 18, 2021

Closes #406

participantChannel is a special channel used only to keep track of participants. No data goes through it. This prevents bugs associated with having non-participating subscribers on the channels that have data going through them.

participantChannel is a special channel used only to keep track of participants. No data goes through it. This prevents bugs associated with having non-participating subscribers on the channels that have data going through them.
The participant channel is used to count subscribers. Any counted but non-participating subscribers result in a timeout error when gathering responses. Non-participating clients can subscriber to the request and response channels without issue.
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.

A more robust way to gather facts from nodes
1 participant