-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
maintenanceMarks maintenance type of tasks.Marks maintenance type of tasks.
Description
Problem / Description
In the SDS implementation, all messages received are used for acknowledgement purposes.
Including messages that were sent by the local node.
In the context of Waku, one cannot assume their nodes only received messages from other nodes.
Solution
Track messages that were sent by the local node, and discard them for acknowledgement purposes.\
Notes
Long term solution is to introduced a senderId in SDS. This can be tracked another PR for spec and code.
This present solution helps moving the needle to something usable.
Metadata
Metadata
Assignees
Labels
maintenanceMarks maintenance type of tasks.Marks maintenance type of tasks.
Type
Projects
Status
Done