pub async fn run_server_with_timeout(
socket_path: PathBuf,
project_path: PathBuf,
idle_timeout: Option<Duration>,
) -> Result<()>Expand description
Run the server on Unix Domain Socket with configurable idle timeout (legacy)
ยงArguments
socket_path- Path to the Unix socket fileproject_path- Path to the project rootidle_timeout- Optional idle timeout (None = no timeout)