mirror of
https://github.com/nasa/openmct.git
synced 2025-02-06 19:19:23 +00:00
The telemetry API detects when a subscription has already been made for a given domain object and does not subscribe for that object a second time. Removes a concern from those developing telemetry providers. Also ensures that telemetry providers ALWAYS get request options, even if no request options were provided. Adds basic tests for the Telemetry API to validate this behavior. Fixes https://github.com/nasa/openmct/issues/1594