|
|
|
|
|
by richardwhiuk
1684 days ago
|
|
The standard fix to this is to give each message a GUID, and then when you delete a message, instead of deleting it, your store a tombstone with the GUID, and that prevents a network re-send from causing the message to reappear. |
|