We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4d6a9 commit 0ca1363Copy full SHA for 0ca1363
apps/pyth-lazer-agent/src/lazer_publisher.rs
@@ -91,7 +91,7 @@ impl LazerPublisher {
91
tokio::spawn(async move { task.run().await });
92
Self {
93
sender,
94
- is_ready: Arc::new(AtomicBool::new(false)),
+ is_ready: is_ready.clone(),
95
}
96
97
0 commit comments