We have a windows service built in .net core where we are using FileTransferClient version 4.0.6930 for our SFTP operations.
We have noticed that when multiple sftp uploads are happening in parallel (~50) and we try to stop the service, it does not stop. It prompts a dialog with error message The service cannot accept control message at this time.
We have to kill the service from task manager.
Why the service does not respond to close event?