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

CMsgPublisher::SendSynchronized method added #1026

Merged
merged 4 commits into from Mar 29, 2023

Conversation

rex-schilasky
Copy link
Contributor

Pull request type

Please check the type of change your PR introduces:

  • Feature

Issue Number: #1025

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

@KerstinKeller KerstinKeller left a comment

Choose a reason for hiding this comment

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

See comment.

}
return(0);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Hmhm, this implementation looks a bit strange to me, but I guess the regular implementation is similar.
However, if the size = 0, it is not sending synchronized, but shouldn't it? Even if no data was transferred, the receiver should still acknowledge that it has been signaled?

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

…d CMsgPublisher::SendSynchronized() call

add time_ parameter to  to zero length payload CMsgPublisher::Send() call
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

@KerstinKeller KerstinKeller left a comment

Choose a reason for hiding this comment

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

Looks good now.

@rex-schilasky rex-schilasky merged commit e0176b2 into master Mar 29, 2023
15 of 17 checks passed
@rex-schilasky rex-schilasky deleted the feature/msgpublisher-sync-send branch March 31, 2023 15:26
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.

None yet

2 participants