-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
AssertionError in AsyncSSLSocketWrapper #928
Comments
getting same error!! anyone found solution? |
This is what i have used |
Same crash! In my case I decided to test old working app on Android 5.1 |
I've found the solution. in top gradle remove this and set this |
Worked By changing Gradle to 4.0.1 |
This happens again in Gradle 4.1.0 |
I have same issues, after update my Android Studio to 4.1.
|
The same error in Gradle 4.1.0, please Fix it |
The same error in Gradle 4.1.1, |
The same error with Gradle 4.1.2. Thx to @djdance!!! |
Hi when we can expect the fixes? koush |
Fixed in 3.1.0 |
Fixed in version 3.1.0 |
Hi!
I get the following error when running a Get using ion.
It occurs here: https://github.com/koush/AndroidAsync/blob/master/AndroidAsync/src/com/koushikdutta/async/AsyncSSLSocketWrapper.java#L474
I'm not sure why or if I'm doing something wrong but using the debugger
bb.remaingin
andwriteList.hasRemaining()
are always0
for me and therefore an assertion error is thrown.My code:
When I'm running release mode everything seems to be working fine. So why is it not in debug mode?
Any help is appreciated!
The text was updated successfully, but these errors were encountered: