Reduce dependencies
Created by: nicosang
Hi,
this is a new refactoring PR. The main goals achieved by this PR are :
-
remove reference of StreamProcessor in DashHandler
-
remove reference of StreamProcessor in RepresentationController
Both objects, DashHandler and RepresentationController, are created by StreamProcessor. Those elements don't have to keep a reference on the object in which they have been created.
Nico