You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: