mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
add requestId to separate request/reply flows
This commit is contained in:
parent
a2765a5233
commit
f95123fc43
4 changed files with 132 additions and 80 deletions
|
@ -56,9 +56,10 @@ message HeadSyncResponse {
|
|||
// ObjectSyncMessage is a message sent on object sync
|
||||
message ObjectSyncMessage {
|
||||
string spaceId = 1;
|
||||
string replyId = 2;
|
||||
bytes payload = 3;
|
||||
string objectId = 4;
|
||||
string requestId = 2;
|
||||
string replyId = 3;
|
||||
bytes payload = 4;
|
||||
string objectId = 5;
|
||||
// string identity = 5;
|
||||
// string peerSignature = 6;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue