-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: message verification and retry #2075
Labels
enhancement
New feature or request
Comments
39 tasks
3 tasks
This was referenced Aug 22, 2024
4 tasks
This was referenced Sep 10, 2024
3 tasks
Let's re-evaluate implemented solution with new findings in mind. |
Rough idea:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a feature request
Problem
Feature that is useful for application developers is to know if message was actually seen and/or stored by the network.
Proposed Solutions
We need to implement one mechanism for message verification that would consume sender on one end and receiver on another and recognize messages that are not seen by the network or stored there.
This mechanism should populate a pool of messages to be re-send and automatically re-broadcast them with behavior specified in the reliability RFC.
Note: peer
renewal
should kick in in case failures happen during sending again and again.This should be optional feature and enabled by option parameter passed to
createLightNode
.TODO:
Filter
and / orStore
;LightPush
;The text was updated successfully, but these errors were encountered: