We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa6c1e commit 1bfcdd4Copy full SHA for 1bfcdd4
projects/client/RabbitMQ.Client/src/client/impl/ConnectionBase.cs
@@ -691,9 +691,7 @@ public void FinishClose()
691
/// </remarks>
692
public void HandleDomainUnload(object sender, EventArgs ea)
693
{
694
- HandleMainLoopException(new ShutdownEventArgs(ShutdownInitiator.Library,
695
- CommonFraming.Constants.InternalError,
696
- "Domain Unload"));
+ Abort(CommonFraming.Constants.InternalError, "Domain Unload");
697
}
698
699
public bool HardProtocolExceptionHandler(HardProtocolException hpe)
0 commit comments