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_CONNS
has following formatMSGTYPE_UPDATE_MSG_STATUS_BY_CONNS
such that valuespairwiseDID
are ignored and simply merge ofuid
is performed, whereas we guarantee on DB level thatuid
s 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
The text was updated successfully, but these errors were encountered: