frostwire / frostwire-jlibtorrent

A swig Java interface for libtorrent by the makers of FrostWire. Develop libtorrent based apps with the joy of coding in Java.
http://www.frostwire.com
MIT License
451 stars 138 forks source link

Some issues with POSIX wrapper #228

Closed proninyaroslav closed 2 years ago

proninyaroslav commented 4 years ago

Hi. I know that your projects were split, but I think that these are common problems for everyone:

Please see master branch of the app for example of usage: https://github.com/proninyaroslav/libretorrent/tree/master. If necessary, I can create a separate branch with frostwire-jlibtorrent instead of libtorrent4j

The main code that can help you navigate:

proninyaroslav commented 2 years ago

@gubatron Why did you close the issue? These issues are relevant to this day, although they were opened in another repository.

gubatron commented 2 years ago

a lot has changed with android 11 and 12

proninyaroslav commented 2 years ago

@gubatron Much has been fixed, or is there a much that cannot be fixed?

proninyaroslav commented 2 years ago

You are using posix_wrapper in the frostwire app, but it makes little sense if it doesn't work as expected. You have to do something about it.

gubatron commented 2 years ago

not sure what you mean by "doesn't work as expected", downloads writes and reads just fine on all android versions.