-
Notifications
You must be signed in to change notification settings - Fork 44
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
One NodeShared per process #152
Conversation
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.
Thanks @joxoby for the patch. I'll take a look at it in the next days. In the meantime, could you fix a few minor style errors?
See Bionic CI->Code check
section here.
https://github.com/ignitionrobotics/ign-transport/pull/152/checks?check_run_id=912255849
Signed-off-by: Carlos Aguero <[email protected]> Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Carlos Aguero <[email protected]> Co-authored-by: Louise Poubel <[email protected]> Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
@osrf-jenkins run tests please |
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.
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
@caguero is test |
Yes, it's a flaky test on Homebrew. |
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.
Looks good to me. I like the use of std::shared_mutex
to optimize the most common operation.
Thanks!
This PR tries to address: #137