Is your feature request related to a problem? Please describe.
Currently Open MCT windows / tabs maintain independent subscriptions to Yamcs. With batch-based display of telemetry this can result telemetry in the different windows appearing to be be slightly "out of sync". See #424 (comment)
An important caveats here is that we want windows to be able to maintain their own update rate based upon load on their respective event loop. This is really important for allowing windows to remain responsive with differing workloads.
Is your feature request related to a problem? Please describe.
Currently Open MCT windows / tabs maintain independent subscriptions to Yamcs. With batch-based display of telemetry this can result telemetry in the different windows appearing to be be slightly "out of sync". See #424 (comment)
An important caveats here is that we want windows to be able to maintain their own update rate based upon load on their respective event loop. This is really important for allowing windows to remain responsive with differing workloads.