mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-27 02:01:40 +00:00
Fix PSC causing lag via selective update broadcasting (#28)
* Fix PSC causing lag via selective update broadcasting * add logging, update key * Fix current pipeline setting selective send Co-authored-by: Matt <matthew.morley.ca@gmail.com>
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
} else if (this.$store.state.hasOwnProperty(key)) {
|
||||
this.$store.commit(key, value);
|
||||
} else if (this.$store.getters.currentPipelineSettings.hasOwnProperty(key)) {
|
||||
this.$store.commit('mutatePipeline', {'key': key, 'value': value});
|
||||
this.$store.commit('mutatePipeline', {[key]: value});
|
||||
} else {
|
||||
switch (key) {
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user