4 references to _connected
Aspire.Hosting.Tests (4)
Utils\TestAppHostTerminalViewer.cs (4)
37_connected.TrySetResult(e.Connection); 52var completed = await Task.WhenAny(viewer._connected.Task, viewer._run, viewer._attachment).DefaultTimeout(); 54Assert.True(viewer._connected.Task.IsCompletedSuccessfully, "The HMP1 connection ended before the handshake completed."); 72var connection = await _connected.Task.DefaultTimeout();