X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/4ce194afe28e8918d066b267dec8ea9cf6b4b2a0..c924d5c03a318d8c7d4dd7be287eaf0d523ecd91:/client/src/jsonrpc.rs diff --git a/client/src/jsonrpc.rs b/client/src/jsonrpc.rs index 3b6d583b..6874652d 100644 --- a/client/src/jsonrpc.rs +++ b/client/src/jsonrpc.rs @@ -410,6 +410,7 @@ pub async fn connect_tcp( Ok(ClientBuilder::default().build_with_tokio(sender, receiver)) } +#[cfg(unix)] pub async fn connect_unix( socket_path: impl AsRef, ) -> Result {