Skip to content

Commit

Permalink
listening agent potentially uses any listening rules. Closes GH-1138
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 21, 2024
1 parent e2567f8 commit a54ad3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Wolverine/Transports/ListeningAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ public async ValueTask StartAsync()
}

_receiver ??= Endpoint.MaybeWrapReceiver(await buildReceiverAsync());



if (Endpoint.ListenerCount > 1)
{
var listeners = new List<IListener>(Endpoint.ListenerCount);
Expand Down

0 comments on commit a54ad3a

Please sign in to comment.