> On Nov 13, 2014, at 3:16 PM, Chris Fuentes <[email protected]> wrote: > > According to the backtrace, kind of looks like it's some kind of query being > executed on the main thread (which is odd, because the manager was > instantiated on a background thread):
The CBLReplication is posting a notification, which is causing your(?) CBSync to ask for the database's documentCount, which runs a SQLite query. There are no bugs I know of with notifications being delivered on the wrong thread, so it looks as though the object in question (replication, database, manager) are bound to the main thread. —Jens -- 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/AA4D28B3-0D22-4F33-91B4-58D264A8FA19%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
