Skip to content
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

Tag created socket on Android #527

Closed
wants to merge 1 commit into from
Closed

Conversation

jschmid
Copy link

@jschmid jschmid commented Aug 11, 2021

This PR fixes #519

The warning does not appear on Android anymore.

Building the aar still works from Android Studio.

Running make build works fine a generates a lib.

I am not sure however about the import android.net.TrafficStats;. I would say that if it compiles, it should run, but I did/could not test the Netty version.

@om26er
Copy link
Contributor

om26er commented Aug 11, 2021

Thanks for the PR. Our WebSocket implementation is not dependent on Android and your PR adds that dependency, so we need a different approach, Can you look at https://github.com/crossbario/autobahn-java/blob/master/autobahn/src/main/java/io/crossbar/autobahn/websocket/utils/Platform.java and come up with a similar approach ?

@oberstet oberstet closed this Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autobahn does not comply with Android Strict Mode
3 participants