You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calls to IBus.Send(object, EndpointName, SendOptions, CancellationToken) fail with EndpointNotFoundException when using the LoopbackHost despite the inability to configure endpoints in the LoopbackConfiguration.
Expected Result
Messages should be "looped back" to the originating bus instance and handled there according to the handling rules that have been registered.
Actual Result
EndpointNotFoundException is thrown from the call to IBus.Send.
The text was updated successfully, but these errors were encountered:
Calls to
IBus.Send(object, EndpointName, SendOptions, CancellationToken)
fail withEndpointNotFoundException
when using theLoopbackHost
despite the inability to configure endpoints in theLoopbackConfiguration
.Expected Result
Messages should be "looped back" to the originating bus instance and handled there according to the handling rules that have been registered.
Actual Result
EndpointNotFoundException
is thrown from the call toIBus.Send
.The text was updated successfully, but these errors were encountered: