youviewtv/tinydnssd

remove AsyncTask

Opened this issue · 0 comments

I was checking the code and found a bad part. ResolveTask extends AsyncTask.

I don't think AsyncTask should be used in any library. Because it's powered by a pool of (4) Threads this lib doesn't work reliable when the implementer uses multiple AsyncTask somewhere else in the app.