Skip to content

Make message payload const correct#601

Open
patkenneally wants to merge 2 commits into
developfrom
feature/make-message-payload-const-correct
Open

Make message payload const correct#601
patkenneally wants to merge 2 commits into
developfrom
feature/make-message-payload-const-correct

Conversation

@patkenneally
Copy link
Copy Markdown
Collaborator

Description

This PR adds a second C++ write() method to message which takes a const reference payload rather than a non const payload pointer. The second commit contains relevant documentation changes.

Verification

CI runs. Deprecation warning shows.

Documentation

Documentation is updated to reflect the usage and deprecation.

Future work

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Make message write() take payload as a const reference

1 participant