-
Notifications
You must be signed in to change notification settings - Fork 111
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
fix: permission denied
appears on Android11+
#255
base: master
Are you sure you want to change the base?
Conversation
Pulling in a fork of the |
If go can merge pr, it would be the best way. However, due to the variability of Android versions, merging into the main branch seems very difficult. |
@marten-seemann for now it's the only way. Go maintainers do not really do anything about the issue, the PR is stuck for several months in a row without any progress, while a lot of folks can't use anything related to multiaddr on Android without compiling Go toolchain with patch. fyi: pion-webrtc also took this approach with |
I understand the sentiment of not wanting an abstraction layer to fix the issue, but without putting pressure on the upstream Golang issue, this will remain in this limbo. |
I don't love the solutions here. Here's another solution I don't love, but maybe less bad than the others:
|
|
IMO, the right solution is a package that exposes just a fixed |
fix:
permission denied
appears on Android11+ libp2p/go-libp2p#2986related: