Hi, I am using couchbase lite for my iOS app. Currently I am setting a dispatchQueue for CBLManager to a serial queue which I have created, this is to make all the requests serial. But I want Concurrent multiple reads and serial writes to the DB. How can we accomplish this?
Note: If I dont set dispatchQueue property, I am getting database busy error coming all the time if I access on multi threaded way. Please suggest me to how to do it... -- 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/f1f18405-0b78-486d-82a9-ab9b18c88250%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
