-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Add 'bind --force' option #164
Conversation
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
==========================================
+ Coverage 29.91% 29.95% +0.04%
==========================================
Files 21 23 +2
Lines 1882 1906 +24
==========================================
+ Hits 563 571 +8
- Misses 1319 1335 +16
Continue to review full report at Codecov.
|
5903c83
to
32c0041
Compare
- Remove 'bind --all' option (obsolete)
32c0041
to
634eef7
Compare
@benmcmorran The --force options is done! I had to refactor the entire device management (and registry layout), but all for the better. Not tied to BUSID anymore: now it is completely based on Windows unique Device Instance IDs. Much faster, and when using --force it completely (100%) bypasses VBoxUsbMon. I'll ask some users to test; could you do the same? |
@dorssel , However I have seen a few times that even when the ubuntu distro was stopped, the devices remained attached. |
Zooming in on this part of your report: the socket connection to the client is set to a 15 second keepalive timeout. When I attach a device and then do EDIT: keep-alives sent after 10 seconds, 5 times 1 second apart: total timeout 15 seconds. |
EDIT: |
I just tried this on a few embedded dev boards and everything worked well. |
Thank for testing, everyone! Merging... |
hmm , no unlikely that I was that patient after shutting down WSL |
Fixes #118