Freemor

Freemor at

>> JanKusanagi @ DM:

The 'delete' activity can't duplicate, because once the object is deleted, a hypothetical second 'delete' to the same thing would just fail.”

Sorry missed you telling me about deleting.. probably in all the noise..

I understand what you are saying but does my deleting cause some loop the suceeds once and then just sits there throwing errors as it loops like what ever is creating the dups. Or are the dups being caused not by a server side loop but rather a client -> server malfunction such as:


send action -> server

server -> DB

server files to notify of sucess

timed out so send again -> server


In which case I could prevent dups by not waiting for the client to think it suceeded.