feature: In-App Simulation Runner (Backend)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.CommandLine;
|
||||
using VigilCare.Simulation;
|
||||
|
||||
public static class ReplayCommand
|
||||
{
|
||||
@@ -86,7 +87,7 @@ public static class ReplayCommand
|
||||
}
|
||||
|
||||
var poller = poll ? new ApiPoller(client) : null;
|
||||
var engine = new ReplayEngine(client, poller);
|
||||
var engine = new ReplayEngine(client, poller, new ConsoleReplayObserver());
|
||||
var options = new ReplayOptions(
|
||||
speed, poll, pollInterval, DryRun: false,
|
||||
Target: gateway ? ReplayTarget.Gateway : ReplayTarget.Central,
|
||||
|
||||
Reference in New Issue
Block a user