AbsaOSS / AbsaOSS/vcxagencynode

Add new status update message type

未關閉
#161 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
JavaScript
星號
23
分支
8
PR 合併指標
30 天內沒有已合併 PR

描述

- Message type `MSGTYPE_UPDATE_MSG_STATUS_BY_CONNS` has following format
```
{
"@type": ,
"statusCode": "MS-106",
"uidsByConns": [{"pairwiseDID":"6FRuB95abcmzz1nURoHyWE","uids":["Br4CoNP4TU"]}, ...]
}
```

- In PR https://github.com/AbsaOSS/vcxagencynode/pull/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 `uid`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
```
{
"@type": ,
"statusCode": "MS-106",
"uids":["Br4CoNP4TU", ... ]
}
```

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。