class SplitIoClient::SSE::NotificationManagerKeeper

def update_publishers(channel, publishers)

def update_publishers(channel, publishers)
  case channel
  when Constants::CONTROL_PRI
    @telemetry_runtime_producer.record_streaming_event(Telemetry::Domain::Constants::OCCUPANCY_PRI, publishers)
    @publishers_pri.value = publishers
  when Constants::CONTROL_SEC
    @telemetry_runtime_producer.record_streaming_event(Telemetry::Domain::Constants::OCCUPANCY_SEC, publishers)
    @publishers_sec.value = publishers
  end
end