Skip to content

Commit

Permalink
keep plots on disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Aug 29, 2024
1 parent 532bd2c commit c488c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metrics-scope/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metrics-scope"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Serhij S. <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion metrics-scope/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ impl Scope {
match event {
Event::Connect => {
self.data.clear();
self.plots.clear();
//self.plots.clear();
self.colors.clear();
self.connected = true;
}
Expand Down

0 comments on commit c488c01

Please sign in to comment.