pub async fn create_aggregator_unix_server(
config: BridgeConfig,
socket_path: PathBuf,
) -> Result<(PathBuf, Sender<()>), BridgeError>
pub async fn create_aggregator_unix_server(
config: BridgeConfig,
socket_path: PathBuf,
) -> Result<(PathBuf, Sender<()>), BridgeError>