On Thursday, February 26, 2015 at 12:01:01 PM UTC+8, Jens Alfke wrote: > > > Could you please post a link to an entire source file that demonstrates > the problem? > > Thanks for responding, link below is the code to demo the problem.
https://gist.github.com/SeanWangDev/5cca644c805a5c247490 <https://gist.github.com/SeanWangDev/5cca644c805a5c247490> The sync function is as below: { "log": ["CRUD", "REST+","HTTP+"], "databases": { "demoqueue": { "server": "walrus:", "bucket": "demoqueue", "users": { "GUEST": {"disabled": false, "admin_channels": ["*"] } } } } } Any advice or suggestions are aprreciated. Since -observeValueForKeyPath: is never called, I added a button to call -(IBAction)refreshLiveQuery: to run the query manually, and update the UI. -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/6f817500-8df2-49bb-989d-0c0da1afc3b8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
