PushSharp 3.0 Info: https://github.com/Redth/PushSharp/tree/3.0-dev#pushsharp-v30---the-push-awakens
dependabot[bot] on nuget
Bump Newtonsoft.Json from 7.0.1… (compare)
dependabot[bot] on nuget
Bump Newtonsoft.Json from 7.0.1… (compare)
running = false;
notifications.CompleteAdding();
lock( lockWorkers )
{
// Kill all workers right away
if( immediately )
workers.ForEach( sw => sw.Cancel() );
var all = ( from sw in workers
select sw.WorkerTask ).ToArray();
Log.Info( "Stopping: Waiting on Tasks" );
Task.WaitAll( all, millisecondsTimeout );
Log.Info( "Stopping: Done Waiting on Tasks" );
workers.Clear();
}
}