RubenKid
RubenKid
Issue https://github.com/koush/AndroidAsync/issues/236 still happening in 2.1.6 Version: ``` java.nio.channels.CancelledKeyException at java.nio.SelectionKeyImpl.checkValid(SelectionKeyImpl.java:101) at java.nio.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:69) at com.koushikdutta.async.AsyncNetworkSocket.handleRemaining(AsyncNetworkSocket.java:105) at com.koushikdutta.async.AsyncNetworkSocket.write(AsyncNetworkSocket.java:85) at com.koushikdutta.async.Util$8.onWriteable(Util.java:201) at com.koushikdutta.async.Util.writeAll(Util.java:208) at com.koushikdutta.async.Util.writeAll(Util.java:216) at com.koushikdutta.async.http.HttpTransportMiddleware.exchangeHeaders(HttpTransportMiddleware.java:45) at com.koushikdutta.async.http.AsyncHttpClient.executeSocket(AsyncHttpClient.java:485) at com.koushikdutta.async.http.AsyncHttpClient.access$300(AsyncHttpClient.java:50) at...
When try to scroll on a list with no items, the library crashes Stacktrace: ```01-23 16:15:12.289 30952-30952/gvillani.it.pinnedlistdemo E/AndroidRuntime: FATAL EXCEPTION: main Process: gvillani.it.pinnedlistdemo, PID: 30952 java.lang.ArrayIndexOutOfBoundsException: length=0; index=-1 at java.util.ArrayList.get(ArrayList.java:310)...
**Describe the bug** Exception is raised when try to write credentials with Response using an iOS device **To Reproduce** Steps to reproduce the behavior: 1. Connect to one / many...