Closed asgibson closed 6 months ago
We should probably limit the subscriptions to being unique, i.e.:
---- Redis adapter connecting to server...
---- ... connected!
---- Subscribing to channel: vehicle_0_state
---- Subscribing to channel: vehicle_0_state
---- Subscribing to channel: vehicle_0_state
May not work well.
Update Redis adapter to use multiple channels. The adapter will need to properly insert telemetry into the
low_level_data
(frame) as it is received in each subscription.