[mono-android] Exceptions not getting caught on thread
Jonathan Pryor
jonp at xamarin.com
Wed Nov 30 12:02:12 EST 2011
On Nov 30, 2011, at 11:21 AM, klimaye wrote:
> Here is what the app is doing in Pseudo code
>
> a. Get list of tables to create from web service (json)
> b. For every table in the list (
> i. Create the table
> ii. Pull the records (also json string)
> iii. save records to db
Q: Do you use the ThreadPool while pulling all these records (or anywhere else in the app)? If so, that would explain the issue you're seeing, and that will be fixed in the next release.
> When is the major release due (date)?
ASAP.
- Jon
More information about the Monodroid
mailing list