pub async fn connect(path: &str) -> Result<Stream, PluginError>
Connect to a local socket at the given path
On Unix, this connects to a filesystem socket. On Windows, this connects to a named pipe.