We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python3 main.py
Exception ignored in: <function BleakClientWinRT.connect.<locals>.max_pdu_size_changed_handler at 0x0000021B434DD6C0> Traceback (most recent call last): File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\bleak\backends\winrt\client.py", line 282, in max_pdu_size_changed_handler logger.debug("max_pdu_size_changed_handler: %d", sender.max_pdu_size) OSError: [WinError -2147417848]
The text was updated successfully, but these errors were encountered:
Some interesting reading on the race condition that may contribute to this: https://devblogs.microsoft.com/oldnewthing/20190521-00/?p=102505
Sorry, something went wrong.
winrt/client: handle exception in max_pdu_size_changed_handler
5b3ee0d
This catches a possible OSError when max_pdu_size_changed_handler is called after the GATT session ends. It can safely be ignored. Fixes #1039.
3f48344
Which version of bleak solved this issue?
Please refer to the changelog for status.
Successfully merging a pull request may close this issue.
Description
python3 main.py
The text was updated successfully, but these errors were encountered: