-
Notifications
You must be signed in to change notification settings - Fork 33
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
2019 7 Series (RU7xxx) deadlock #132
Comments
The problem is still present as of today. While inspecting the code, I realized that the offending recursion to the open() method can be prevented by using configuration setting paired=True. |
Yeah, the problem is quite annoying. Especially because it's so hard to get through various indirections in the code. |
The code is stuck in a loop to wait for the TV to power on, but it's already running. The property change never occurrs.
The event loop does not seem to recognize the Tvs response.
my config:
The timeout settings does not seem to make a difference, as does method encrypted/websocket.
log:
The text was updated successfully, but these errors were encountered: