ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.67k stars 206 forks source link

Fix issue with multiple windows open to the pipeline editor #593

Closed mwylde closed 5 months ago

mwylde commented 5 months ago

Fixes an issue where updates for selected tab saved to local storage would conflict between multiple windows, leading to an infinite loop of updates between the two views of the pipeline editor. The fix is to not manage active tabs in local storage.