You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2020. It is now read-only.
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.