Open wiiznokes opened 11 months ago
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.
When using ctrl + c from the command line, windows code is shutdown properly tho.
Execpt for #55
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