I was using a queue message broker (pika) in the SvcDoRun function that was waiting for a new message (acting like an infinite loop). So actual stop event was not captured properly.
Now I stop listening to the queue in the SvcStop function and everything works perfectly.
Thanks for your help and time!

Le 12 avr. 2018 4:04 PM, John Aherne <johnahe...@rocs.co.uk> a écrit :
Have you looked in the event log to see if there are any messages to tell you what might have happened.

Regards


--
John Aherne
020 7223 7567

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to