David Scherfgen

Results 12 comments of David Scherfgen

Note: The failed test on CircleCI is not due to the code. Something is broken in the build process.

I'm also running into trouble when trying to receive messages as a subscriber, however only with TCP (see comments below). Here is a minimal example that should work, but doesn't...

@brettviren: Thank you! I think you're right. This is not related to this C++ wrapper at all.

> Could anyone try if the newest release works better in this aspect? I made some relevant changes. https://github.com/blokadaorg/blokada/releases/download/android-v22.4.7/app-five-release.apk With the new release I'm still facing the same problems.

Same issue here on Android 12 (Google Pixel 4a (5G)). Important additional information: After restarting Blokada, **it doesn't notice which network is the current one**. Meaning only "_All networks_" is...

I went back to Blokada 4, which allows disabling the DNS stuff altogether. Working much better than Blokada 5.

My impression is that it occurs after installing an app update. Can anyone confirm this?

I wouldn't say it's an issue with adb. When adb is terminated during a transfer (because the user kills better-adb-sync), there's not much it can do about it. Well, maybe...

The actual error is this one: `FileNotFoundError: [Errno 2] No such file or directory: 'adb'` You haven't installed `adb`. But it's also a bug in `better-adb-sync`, since it tries to...