> On Aug 12, 2014, at 6:54 AM, rupa selvaraj <[email protected]> wrote: > > Is there any specific condition that needs to be met before deleting the > database using deletedatabase method ?because we are facing issues in our > application . Actually ,we have put progress view till delete action gets > over . But its keep on loading , and the delete action never ends .
Please always make it clear what platform you're using (iOS, Mac OS, Android, pure Java?) when asking a question. This definitely sounds like a bug, so please file a bug report in the relevant project on Github. > I have one more query ,it can be a silly question also .. Why I'm not able to > call close on cblmanager shared instance . Because it's a singleton, and singletons shouldn't be disposed of. > I have read in the documentation that , it is applicable for cblmanager > instances only .. What's the purpose of closing the cblmanager's copies .. ?? If you need a manager for a temporary purpose, like an activity on a temporary background thread, then you should close it when you're done with it. —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/336CFAAD-B542-4082-80C2-36194D0CB970%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
