I am using the IndyHttpServer and start the service as follow:
if ROStartService(AWindowsServiceName, AWindowsServiceName, WindowsServiceDesc) then
begin
MyIndyHttpServer.Start;
ROService.Run;
end;
Could you reproduce the issue with this code?