pikers / piker

(e2e) foss trading for non-tinas
GNU Affero General Public License v3.0
103 stars 17 forks source link

fsp chart resyncs are global? #379

Open goodboy opened 2 years ago

goodboy commented 2 years ago

We've got some kinda weird syncing issue where if some non-selected chart/symbol is being history backloaded, the fsp resyncs (aka when data history is backloaded into shm and chart fsps are rerun and re-rendered as graphics) are triggered across all charts not just the one currently loading and this can eventually lead to some other chart not being properly in-time-step synced between subplots.

Haven't dug in yet just noticed it since the https://github.com/pikers/piker/pull/360 but no idea if that caused it or not?