-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello guys, I have again reached a dead end and requires your help. Lately I have been migrating RhoSync 2.1.12 based application to RhoConnect 6.0 with Rhodes. The application is consumed using iOS client of RhoConnect.
Our application uses Bulk Sync feature of RhoConnect. Without bulk sync I am getting data and it is also populated in the application, but when I enable Bulk Sync through client and backend server, no data is being populated. However, XCode shows correct values of the object in logs:
syncAll NOTIFY, source: '(mySource)', status: 'complete', total_count: 0, processed_count: 0....
While after bulk sync, normal synchronization is processed it shows the individual source and correct total count etc values:
syncAll NOTIFY, source: '(mySource)', status: 'ok', total_count: 72, processed_count: 0....
Any guesses where I might have wronged? Need snapshots of the implementation? Let me know. In case someone can point to an example that would be great too. Thanks in advance! Need help desperately.