asmodehn / WkCocos

Cocos wrapping for quick wkcmake convention based builds.
4 stars 7 forks source link

Request queue for Save #62

Closed asmodehn closed 10 years ago

asmodehn commented 10 years ago

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.

asmodehn commented 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...

asmodehn commented 10 years ago

first tentative implementation done in 46132f9