Skip to content

Commit f186c14

Browse files
author
Doug Schmidt
authored
Merge pull request #294 from DougSchmidt-AI/feature/PF-1365-FixDoubleLaunch
PF-1365 - Oops. Fixed a double-launch problem for ObservationReportExporter
2 parents 8927a63 + 2187608 commit f186c14

File tree

1 file changed

+0
-5
lines changed
  • Samples/DotNetSdk/ObservationReportExporter

1 file changed

+0
-5
lines changed

Samples/DotNetSdk/ObservationReportExporter/Program.cs

-5
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,6 @@ private void Run()
366366
_log.Warn($"Exiting while another instance of {guard.Name} is running.");
367367
}
368368
}
369-
new Exporter
370-
{
371-
Context = _context
372-
}
373-
.Run();
374369
}
375370

376371
private string GetContextName()

0 commit comments

Comments
 (0)