-
Notifications
You must be signed in to change notification settings - Fork 4.1k
BinaryHttpResponseHandler inside run() method #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Guys, |
See if this helps you guys to understand the problem
F5-httpClient.get |
Anyone can help me in this? |
Hi, Disclaimer: I have only been using the JSonHttpResponseHandler, so i have no experience with issues that the BinaryHttpResponseHandler(). jan.lindaker@commind.se | +46 706 66 52 08 | Skype: jan_lindaker | MEC Stora Varvsgatan 6a, 211 19 Malmö, Sweden On 9 feb 2014, at 21:17, vishwasdoth notifications@github.com wrote:
|
Thanks for your suggestion. I am downloading multiple images and using semaphore to control permits Thanks. |
The package already uses a thread pool for the callbacks, so you do not need to set up your own (possibly you may need to investigate how to adjust the number of threads). jan.lindaker@commind.se | +46 706 66 52 08 | Skype: jan_lindaker | MEC Stora Varvsgatan 6a, 211 19 Malmö, Sweden On 10 feb 2014, at 08:33, vishwasdoth notifications@github.com wrote:
|
印象笔记无法提交笔记,原因如下: 本月帐户上传流量已经达到上限。 原消息详情: 为了防止邮件过多,接下来的360分钟内,你将不会收到报错回复。 升级到印象笔记高级帐户,可以发送的邮件数量将从50封提升到200封。
|
I am having the exact same problem as vishwasdoth and it doesn't matter if you just run it on the ui thread or the way he stated it here. The AsyncHttpresponsehandler and JsonHttpresponsehandler work fine but whenever I use the BinaryHttpResponseHandler no exceptions get raised, the program just crashes completely right after the get request. |
@vishwasdoth |
I manage to solve it. I simply omitted my own thread creation and ran it on UI thread itself. It worked. Anyway thanks for info. |
I am using BinaryHttpResponseHandler inside run method for multiple image download. I was using this in 1.4.1 and was working without any issues. Just got new version of loopj and encounter this issue. Though I am able to call BinaryHttpResponseHandler independently successfully but when I call in inside run method it does nothing. It doesn't show any error or exception. it simply goes dead when reaches to
The text was updated successfully, but these errors were encountered: