Skip to content

Commit 6421eb1

Browse files
committed
Add comment
1 parent cf03759 commit 6421eb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/Management/MessagePublisher/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ private static async Task StartAsync(MessagePublisher publisher)
102102
{
103103
await publisher.CloseConnection(args[1], args[2]);
104104
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.
105106
}
106107
else if (args.Length == 3 && args[0] == "checkexist")
107108
{

0 commit comments

Comments
 (0)