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

Fan not set to inactive when disconnecting on Windows #50

Open
wiiznokes opened this issue Dec 27, 2023 · 2 comments
Open

Fan not set to inactive when disconnecting on Windows #50

wiiznokes opened this issue Dec 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@wiiznokes
Copy link
Owner

Problem

When disconnecting, fan should be set to inactive.
Also, when relaunching the app after disconnecting, my CPU fan can not be set to inactive anymore, but his percentage can be changed.

Steps

  • set fans to active
  • disconnect whitout closing the app
  • reconnect
  • launch the app

Possible Solution(s)

maybe try to catch the kill signal on the windows C# server.
The code should be non blocking if we do that.

Notes

No response

Version

No response

@wiiznokes wiiznokes added the bug Something isn't working label Dec 27, 2023
@wiiznokes wiiznokes mentioned this issue Dec 30, 2023
@wiiznokes
Copy link
Owner Author

I think a fix would need to come from lhm, or the capture of the kill signal will need to come from Rust. When using ctrl + c from the command line, windows code is shutdown properly tho.

Subscribing from either cancel process AND endSession on C# doesn't stop this bug.

@wiiznokes
Copy link
Owner Author

When using ctrl + c from the command line, windows code is shutdown properly tho.

Execpt for #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant