-
Notifications
You must be signed in to change notification settings - Fork 219
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
Fix PSC causing lag via selective update broadcasting #28
Conversation
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
=========================================
Coverage ? 54.57%
Complexity ? 498
=========================================
Files ? 138
Lines ? 3927
Branches ? 357
=========================================
Hits ? 2143
Misses ? 1663
Partials ? 121 Continue to review full report at Codecov.
|
Waiting on #22 to get merged so the frontend side can be added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change app.vue's hasOwnProperty thing to be
this.$store.commit('mutatePipeline', {[key]: value});
Fix current pipeline setting selective send
No description provided.