mirror of
https://github.com/fergalmoran/Quartzmin.git
synced 2025-12-25 10:58:02 +00:00
cleaning up
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NetCoreSelfHost
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var scheduler = DemoScheduler.Create();
|
||||
var scheduler = DemoScheduler.Create().Result;
|
||||
scheduler.Start();
|
||||
|
||||
while (!scheduler.IsShutdown)
|
||||
|
||||
Reference in New Issue
Block a user