1 instantiation of AuxiliaryBackchannelConnectedEvent
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelService.cs (1)
140
var connectedEvent = new
AuxiliaryBackchannelConnectedEvent
(serviceProvider, SocketPath!, clientSocket);
5 references to AuxiliaryBackchannelConnectedEvent
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelService.cs (1)
140
var
connectedEvent = new AuxiliaryBackchannelConnectedEvent(serviceProvider, SocketPath!, clientSocket);
Aspire.Hosting.Tests (4)
Backchannel\AuxiliaryBackchannelTests.cs (4)
26
var connectedEventReceived = new TaskCompletionSource<
AuxiliaryBackchannelConnectedEvent
>();
27
builder.Eventing.Subscribe<
AuxiliaryBackchannelConnectedEvent
>((e, ct) =>
49
var
connectedEvent = await connectedEventReceived.Task.DefaultTimeout();
64
builder.Eventing.Subscribe<
AuxiliaryBackchannelConnectedEvent
>((e, ct) =>