-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
- Message type
MSGTYPE_UPDATE_MSG_STATUS_BY_CONNShas following format
{
"@type": <MSGTYPE_UPDATE_MSG_STATUS_BY_CONNS>,
"statusCode": "MS-106",
"uidsByConns": [{"pairwiseDID":"6FRuB95abcmzz1nURoHyWE","uids":["Br4CoNP4TU"]}, ...]
}
- In PR Optimize message status updates #159 we changed behaviour of
MSGTYPE_UPDATE_MSG_STATUS_BY_CONNSsuch that valuespairwiseDIDare ignored and simply merge ofuidis performed, whereas we guarantee on DB level thatuids are unique across all agent connections.
We should deprecate MSGTYPE_UPDATE_MSG_STATUS_BY_CONNS and replace it by new message type with simpler argument interface.
Proposal
{
"@type": <MSGTYPE_UPDATE_MSG_STATUS_BY_UID>,
"statusCode": "MS-106",
"uids":["Br4CoNP4TU", ... ]
}
Metadata
Metadata
Assignees
Labels
No labels