pzhangleo

Results 3 issues of pzhangleo

Bug exists Release Version 1.1.0 MqttTokenAndroid do not have delegate when do subscribe,please fix this! I want use delegate to getGrantedQos for subscribe.

bug

java.lang.IllegalStateException: Unbalanced enter/exit at com.android.okhttp.okio.AsyncTimeout.enter(AsyncTimeout.java:62) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:209) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:306) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:300) at com.android.okhttp.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:196) at com.android.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:191) at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80) at com.android.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:905) at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:789) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:443) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:388) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getHeaders(HttpURLConnectionImpl.java:150) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getHeaderFields(HttpURLConnectionImpl.java:210) at...

in FlowLayoutManager `this.config.setMaxWidth(this.getWidth() - this.getPaddingRight() - this.getPaddingLeft()); this.config.setMaxHeight(this.getHeight() - this.getPaddingTop() - this.getPaddingBottom()); this.config.setWidthMode(View.MeasureSpec.EXACTLY); this.config.setHeightMode(View.MeasureSpec.EXACTLY); this.config.setCheckCanFit(true);` setMaxHeight always get 0. And when i set a exactly height in xml, the content...