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.
DefaultDisconectTimeout
1 parent 5326a6b commit a546b70Copy full SHA for a546b70
src/SignalR/common/Http.Connections/src/ConnectionOptionsSetup.cs
@@ -10,6 +10,7 @@ namespace Microsoft.AspNetCore.Http.Connections;
10
/// </summary>
11
public class ConnectionOptionsSetup : IConfigureOptions<ConnectionOptions>
12
{
13
+ // This is a known typo; fixing it would be a breaking change which we don't believe is worth it.
14
/// <summary>
15
/// Default timeout value for disconnecting idle connections.
16
0 commit comments