SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

Improvement for exchange response efficiency #23

Closed tenmalin closed 10 years ago

tenmalin commented 10 years ago

Currently iOS client retrieve all data item form server everything during the exchange, even the client has collected other items already. The client should indicate how many items he already receives to improve exchange response efficiency from the server to save bandwidth and also reduce potential issue such like big data chuck might be truncated by the server.

tenmalin commented 10 years ago

Close in feature release 1.7.2.