1 write to ConsumerUdsPath
Aspire.TerminalHost (1)
TerminalHostArgs.cs (1)
131ConsumerUdsPath = parseResult.GetValue(consumerOption)!,
18 references to ConsumerUdsPath
Aspire.TerminalHost (3)
TerminalHostApp.cs (3)
68ConsumerUdsPath = _args.ConsumerUdsPath, 104_args.Columns, _args.Rows, _args.ProducerUdsPath, _args.ConsumerUdsPath); 116_args.ConsumerUdsPath,
Aspire.TerminalHost.Tests (15)
TerminalHostAppTests.cs (13)
91Assert.Equal(args.ConsumerUdsPath, session.ConsumerUdsPath); 222Assert.Equal(args.ConsumerUdsPath, snap.ConsumerUdsPath); 261File.WriteAllBytes(args.ConsumerUdsPath, []); 263Assert.True(File.Exists(args.ConsumerUdsPath)); 365Assert.Equal(args.ConsumerUdsPath, afterCycle2.ConsumerUdsPath); 404await WaitForFileAsync(args.ConsumerUdsPath, TimeSpan.FromSeconds(10)); 406Assert.True(File.Exists(args.ConsumerUdsPath), "Consumer socket should be bound while the replica waits."); 421File.Exists(args.ConsumerUdsPath), 422$"Consumer socket '{args.ConsumerUdsPath}' should be deleted after graceful shutdown."); 493await WaitForFileAsync(args.ConsumerUdsPath, TimeSpan.FromSeconds(5)); 504args.ConsumerUdsPath, TimeSpan.FromSeconds(5)); 874await WaitForFileAsync(args.ConsumerUdsPath, TimeSpan.FromSeconds(10)); 881args.ConsumerUdsPath,
TerminalHostArgsTests.cs (2)
18Assert.Equal("/tmp/c.sock", args.ConsumerUdsPath); 50Assert.Equal("/tmp/c.sock", args.ConsumerUdsPath);