huskies: merge 950
This commit is contained in:
@@ -181,6 +181,7 @@ async fn main() -> Result<(), std::io::Error> {
|
||||
// Event bus: broadcast channel for pipeline lifecycle events.
|
||||
let (watcher_tx, _) = broadcast::channel::<io::watcher::WatcherEvent>(1024);
|
||||
let agents = Arc::new(AgentPool::new(port, watcher_tx.clone()));
|
||||
crate::crdt_sync::init_rpc_agents(Arc::clone(&agents));
|
||||
|
||||
// Filesystem watcher: watches config files for hot-reload.
|
||||
if let Some(ref root) = *app_state.project_root.lock().unwrap() {
|
||||
|
||||
Reference in New Issue
Block a user