chore: more

This commit is contained in:
kaichaosun 2024-06-28 17:14:56 +08:00
parent c2920eb688
commit d31283c68c
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

View File

@ -32,7 +32,7 @@ For the nodes that may have connection issues to **publish** messages via relay
For the nodes that may have connection issues to **receive** messages via relay network, this search criteria can be used to fetch missing messages from store nodes when network resumes.
By leveraging the store node to provide such query services, the applications are able to mitigate the reliability issue of relay protocol. But this approach also introduces new challenges like centralization, privacy, and scalability. It should be viewed as a temporary solution and deprecated when e2e reliability is ready.
By leveraging the store node to provide such query services, the applications are able to mitigate the reliability issue of relay protocol. But this approach also introduces new challenges like centralization, privacy, and scalability. It should be viewed as a temporary solution and deprecated when e2e reliability solution is ready.
## Implementation Suggestions