1 write to _consumerUdsPath
Aspire.Hosting (1)
ApplicationModel\ResourceAspireTerminal.cs (1)
60
_consumerUdsPath
= consumerUdsPath;
3 references to _consumerUdsPath
Aspire.Hosting (3)
ApplicationModel\ResourceAspireTerminal.cs (3)
201
.WithHmp1UdsClient(
_consumerUdsPath
, options =>
228
_logger.LogDebug("Connecting AppHost automation to resource terminal {TerminalId} at '{ConsumerPath}'.", Id,
_consumerUdsPath
);
312
$"Timed out connecting to the terminal host for terminal '{Id}' at '{
_consumerUdsPath
}'. The resource replica may not be running.", failure);