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
Copy file name to clipboardExpand all lines: samples/Management/NegotiationServer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ var negotiateResponse = await serviceHubContext.NegotiateAsync(new()
91
91
EnableDetailedErrors=true
92
92
});
93
93
```
94
-
`EnableDetailedErrors` defaults to false because these exception messages can contain sensitive information.
94
+
> `EnableDetailedErrors` defaults to false because these exception messages can contain sensitive information.
95
95
## Full Sample
96
96
97
97
The full negotiation server sample can be found [here](.). The usage of this sample can be found [here](<https://github.com/aspnet/AzureSignalR-samples/tree/master/samples/Management#start-the-negotiation-server>).
0 commit comments