Closed asmodehn closed 10 years ago
App42 SDK currently has a queue system for all requests. It could ( should ?) not be that way...
This task is about a selective queue for save only, and only if they are for the same user in same collection...
first tentative implementation done in 46132f9
Save needs to support a request queue ( of 1 element is enough ).
Meaning if I save 3 times in a row, the saves requests that have not been sent yet will never be sent, but the last save request has to be sent anyway.