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
In PR Optimize message status updates #159 we changed behaviour of MSGTYPE_UPDATE_MSG_STATUS_BY_CONNS such that values pairwiseDID are ignored and simply merge of uid is performed, whereas we guarantee on DB level that uids 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
MSGTYPE_UPDATE_MSG_STATUS_BY_CONNShas following formatMSGTYPE_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_CONNSand replace it by new message type with simpler argument interface.Proposal