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

#0021 MPID Message Delete #235

Open
david-maidsafe opened this issue Sep 3, 2018 · 0 comments
Open

#0021 MPID Message Delete #235

david-maidsafe opened this issue Sep 3, 2018 · 0 comments
Labels
RFC-Proposal RFC Proposal - used for tracking through process on Project board. NOT an "issue" as such.

Comments

@david-maidsafe
Copy link
Contributor

MPID Message Delete

Summary:

The MpidMessageWrapper enum used as the serialised PlainData::value for MPID-messaging Put/Post requests/responses should for the sake of consistency as well as efficiency include Delete requests. Currently Put/Post requests/responses are passed to the MpidManager to handle, whereas, Delete requests for messages in a Client's Outbox or headers in the Inbox are not catered for. Adding DeleteMessage and DeleteHeader to MpidMessageWrapper will allow those messages to be passed to the MpidManager in order to be handled properly based on information only available to the MpidManager with respect to messaging.


@david-maidsafe david-maidsafe added the RFC-Rejected RFC Proposal that has been rejected label Sep 3, 2018
@david-maidsafe david-maidsafe added this to Proposed in RFCs Project Board Sep 3, 2018
@david-maidsafe david-maidsafe added RFC-Proposal RFC Proposal - used for tracking through process on Project board. NOT an "issue" as such. and removed RFC-Rejected RFC Proposal that has been rejected labels Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFC-Proposal RFC Proposal - used for tracking through process on Project board. NOT an "issue" as such.
Projects
RFCs Project Board
  
Proposed
Development

No branches or pull requests

1 participant