Fix queue tests failing #618
Annotations
4 warnings
build / build:
src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L47
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
|
build / build:
src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L64
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
|
build / build:
src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L47
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
|
build / build:
src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L64
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
|