pub fn start_client(
config: BackboneClientConfig,
tx: EventSender,
) -> Result<Box<dyn Writer>>Expand description
Connect and start the reader thread. Returns the writer for the driver.
pub fn start_client(
config: BackboneClientConfig,
tx: EventSender,
) -> Result<Box<dyn Writer>>Connect and start the reader thread. Returns the writer for the driver.