Skip to main content

start_client

Function start_client 

Source
pub fn start_client(
    config: LocalClientConfig,
    tx: EventSender,
) -> Result<Box<dyn Writer>>
Expand description

Start a local client (connect to shared instance). Tries Unix socket first on Linux, falls back to TCP. Returns the writer for the driver.