Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce dependencies #3086

Conversation

nicosang
Copy link
Contributor

@nicosang nicosang commented Oct 4, 2019

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

@epiclabsDASH epiclabsDASH added this to the 3.0.1 milestone Oct 7, 2019
@nicosang nicosang requested a review from epiclabsDASH October 7, 2019 13:37
Copy link
Contributor

@epiclabsDASH epiclabsDASH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewing conflicts (test comment)

@epiclabsDASH epiclabsDASH self-requested a review October 7, 2019 14:22
@nicosang nicosang force-pushed the reduceDependencies branch from 11c8e62 to 1d5d068 Compare October 8, 2019 08:09
@epiclabsDASH epiclabsDASH merged commit 488a9d6 into Dash-Industry-Forum:development Oct 8, 2019
@nicosang nicosang deleted the reduceDependencies branch October 8, 2019 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants