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 cf03759 commit 6421eb1Copy full SHA for 6421eb1
samples/Management/MessagePublisher/Program.cs
@@ -102,6 +102,7 @@ private static async Task StartAsync(MessagePublisher publisher)
102
{
103
await publisher.CloseConnection(args[1], args[2]);
104
Console.WriteLine($"closed connection '{args[1]}' because '{args[2]}'");
105
+ //If you want client side see the reason, you need to turn on 'EnableDetailedErrors' option during client negotiation.
106
}
107
else if (args.Length == 3 && args[0] == "checkexist")
108
0 commit comments