Torch icon indicating copy to clipboard operation
Torch copied to clipboard

"Server 2025" commit (10db93e) reverted PR #576 fix

Open lolifamily opened this issue 2 months ago • 0 comments

The commit from Nov 25, 2024 appears to have overwritten the IsRunningAsService() fix from PR #576 (merged Mar 22, 2024). The current master branch still uses the old OS version string matching instead of checking if parent process is services.exe.

The fix needs to be re-applied.


Sources:

  • https://github.com/TorchAPI/Torch/pull/576
  • https://github.com/TorchAPI/Torch/commit/10db93e
  • https://github.com/TorchAPI/Torch/blob/master/Torch.Server/Program.cs

lolifamily avatar Dec 15 '25 06:12 lolifamily