Description
If the recipient's network fluctuates and there is a delay in receiving snapshotRequest and cannot reply to the sender in time, the sender will retry. This may cause confusion in receiving new and old snapshotRequest at the recipient
sender:
time1
time2
time1 < time2
receiver:
Concurrently process requests for time1 and time2
I suggest using the timestamp field to filter out old requests (we may use callId to detect old requests.)
Attachments
Attachments
Issue Links
- links to