mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 08:04:03 +00:00
[Plot] Use a lossless subscription
Utilize lossless subscription to ensure that points are not overwritten before being plotted from live telemetry. WTD-784.
This commit is contained in:
parent
590f4caa97
commit
757665683e
@ -101,7 +101,8 @@ define(
|
||||
}
|
||||
subscription = domainObject && telemetrySubscriber.subscribe(
|
||||
domainObject,
|
||||
updateValues
|
||||
updateValues,
|
||||
true // Lossless
|
||||
);
|
||||
if (subscription) {
|
||||
setupAxes(subscription.getMetadata());
|
||||
|
Loading…
x
Reference in New Issue
Block a user