What is the recommended way to run the gRPC server on Windows 10 and avoid interruptions with Windows Update? #661
Unanswered
sjdemartini
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a few different gRPC servers set up using Windows (since it's the most compatible with NI drivers, per https://github.com/ni/grpc-device/#supported-ni-drivers) for our various NI controllers/systems, but we're frequently running into the issue that Windows forces restarts for updates on Windows 10 (every couple weeks). Those restarts of course take down the gRPC server and disrupt any ongoing device usage.
Is there some recommended way to be running the gRPC executable / NI drivers on Windows such that this can be avoided? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions