Description
The loop in ServiceMain simply does:
Sleep(dwPollInterval * 1000);
|
It should instead wait for an event that's triggered on service stop, with that interval as the timeout.
Attachments
Issue Links
- relates to
-
CORE-13001 Cannot assign the server time synchronization.
- Resolved