fabianbees

Results 6 comments of fabianbees

Additionally I can also observe a second snapping, when the "load originals" option in the asset viewer settings is enabled. In this case the first snapping occurs when the large...

I have also experienced this issue, but could resolve it by downgrading iptables (with running the following comands as root): ```bash update-alternatives --set iptables /usr/sbin/iptables-legacy update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy ```

This bug is NOT specific to iOS, it is also reproducable on Android 14. (For me, there is also nothing obvious in the logs.)

Hi, i can also reproduce this issue still with the latest version. I provided the fix with PR #737 . The cause for this issue can be found here: https://github.com/RustScan/RustScan/blob/master/src/scanner/mod.rs#L196...

I have rebased the feature onto master.

@bee-san Can you please also have a look at this PR?