Skip to main content

run_server_with_timeout

Function run_server_with_timeout 

Source
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 file
  • project_path - Path to the project root
  • idle_timeout - Optional idle timeout (None = no timeout)