fix example sse build error (#1503)

This commit is contained in:
007gzs
2024-11-11 17:47:26 +08:00
committed by GitHub
parent 2cb8558cda
commit 60e476da87
8 changed files with 3 additions and 2923 deletions

View File

@@ -75,7 +75,7 @@ impl RootContext for SseTimingRoot {
rule_matcher: self.rule_matcher.clone(),
vendor: "higress".into(),
is_event_stream: false,
event_stream: EventStream::new(),
event_stream: EventStream::default(),
start_time: self.get_current_time(),
}))
}