You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
MPID Message Delete
Summary:
The text was updated successfully, but these errors were encountered: