-
I am using AsyncHttpClient 1.4.4, and I meet some problem when I upload multiple files to server, this is the code:
```
RequestParams requestParams = new RequestParams();
requ…
-
Hello,
I install the geeknote. And run `geeknote login' to login using yinxiang.com account but failed.
Login: xxx@gmail.com
Password:
Sorry, incorrect login or password
I am sure that I…
-
The scenario I'm trying to accomplish is:
- Make network calls inside an IntentService
- Use AsyncHttpClient in most of our project with a session cookie
- Be able to make synchronous calls from the i…
-
To test operation with Yinxiang Biji, I forced the locale to be "zh_cn". But in ENSession.m > authenticateWithViewController, the call to
[userStore getBootstrapInfoWithLocale:locale success:^(EDAM…
mpnow updated
10 years ago
-
When uploading files, either by POST or PUT, that are more than a few MB I'm getting 'SocketTimeoutException: Read timed out' messages rather than the JSON I'm expecting. The file does upload correctl…
-
At first Thank you for awesome library,Secondly I have a problem,
I uploaded a file to server 'PHP' using this code:
```
AsyncHttpClient client = new AsyncHttpClient();
AsyncHttpResponseHandler http…
-
-
I'm a chinese. Evernote use app.yinxiang.com in China, open www.evernote.com very slow in China.I have replaced all 'evernote.com' to 'yinxiang.com' in plugin, and authorized
in https://app.yinxiang…
-
This code of EvernoteSession is bad. You are making assumption about user's preferred service just using his locale. In fact, you are subverting his's choice by forcing YinXiangBiJi on him only becau…
-
android-async-http version 2.0
I send request some times it can not call balk.most of them it works ok.
I add some logs to AsyncHttpResponseHandler, Actually, sendmessage method is called,and current…