Mike Rolish hace 4 meses
padre
commit
0ca1363743
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/pyth-lazer-agent/src/lazer_publisher.rs

+ 1 - 1
apps/pyth-lazer-agent/src/lazer_publisher.rs

@@ -91,7 +91,7 @@ impl LazerPublisher {
         tokio::spawn(async move { task.run().await });
         Self {
             sender,
-            is_ready: Arc::new(AtomicBool::new(false)),
+            is_ready: is_ready.clone(),
         }
     }