Skip to content
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

backends/winrt/client: extend disconnect timeout #974

Merged
merged 2 commits into from
Sep 5, 2022

Commits on Sep 2, 2022

  1. backends/winrt/client: extend disconnect timeout

    This changes the disconnect timeout on the WinRT backend to 120s.
    
    Sometimes it can take up to a minute for Windows to actually close
    the GATT session/disconnect the device. This behavior is also seen
    in other apps, like WebBluetooth in Chrome. Furthermore, the device
    remains connected even after the app is closed, so clearly this is
    an issue with the Windows Bluetooth stack and not something that
    can be fixed in userspace code.
    
    Fixes #807.
    dlech committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    79259d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    be8da77 View commit details
    Browse the repository at this point in the history