-
Notifications
You must be signed in to change notification settings - Fork 131
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
Message groups #917
Message groups #917
Conversation
… into message_groups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main idea with sync node being able to to send out messages after X attempts even if gets no synced messages was more meant for development&debugging, so you could inspect why sync node can't sync the messages.
Let's remove the successful flag and setDemuxOnlyOnSuccessful
and expose this functionality better in Sync node.
Please add an example to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a nice example of syncing eg: left & right imagers, etc... then sending on host & displaying both synced.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the requested changes, looks great!
Implemented Sync and MessageDemux nodes with the MessageGroup datatype.