Fixing Trigger Priority Issue
This commit is contained in:
parent
30c1b698cd
commit
1a2db1cf04
@ -353,6 +353,9 @@ namespace FFXIV_Vibe_Plugin.Device {
|
|||||||
forceStop = true;
|
forceStop = true;
|
||||||
this.SendCommand(command, device, 0, motorId);
|
this.SendCommand(command, device, 0, motorId);
|
||||||
this.Logger.Debug($"Force stopping {deviceAndMotorId} because of StopAfter={StopAfter}");
|
this.Logger.Debug($"Force stopping {deviceAndMotorId} because of StopAfter={StopAfter}");
|
||||||
|
|
||||||
|
// Make sure we clean the current playing trigger whgenever we're force stopping a trigger
|
||||||
|
this.CurrentPlayingTrigger = null;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
tStopAfter.Start();
|
tStopAfter.Start();
|
||||||
@ -394,9 +397,6 @@ namespace FFXIV_Vibe_Plugin.Device {
|
|||||||
|
|
||||||
Thread.Sleep(duration);
|
Thread.Sleep(duration);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure we clean the current playing trigger.
|
|
||||||
this.CurrentPlayingTrigger = null;
|
|
||||||
});
|
});
|
||||||
t.Start();
|
t.Start();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user