koron / go-ssdp

SSDP library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling net.InterfaceAddrs() results in error route ip+net: netlinkrib: permission denied when embedded in Android app targetting SDK 30

alexballas opened this issue · comments

This is caused by golang/go#40569
There are some workaround in the upstream ticket but nothing solid so far. Just raising this for your visibility.

My application is also available on Android so this is causing issues as multicast discovery is not working.

I raised this for your visibility. Feel free to resolve it accordingly.

I managed to workaround it. Will push a PR here when the time permits.

i supposed #36 will solve this in a generic way.