Update standards/application/relay-reliability.md

Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
This commit is contained in:
kaichao 2024-07-05 11:45:15 +08:00 committed by GitHub
parent 75fe7ccd1d
commit 3dcb1ec739
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ It should be viewed as a temporary solution and deprecated when an e2e reliabili
### Query with Message Hash ### Query with Message Hash
For outgoing messages, the processing flow can be like this: For outgoing messages, the processing flow can be like this:
- create a buffer for all "outgoing" messages - create a buffer for all "outgoing" message hashes
- send message via relay or lightpush protocol - send message via relay or lightpush protocol
- add message hash to the buffer - add message hash to the buffer
- save the message to local database with status "outgoing" - save the message to local database with status "outgoing"