Skip to content

Commit

Permalink
fix: change ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev committed Dec 24, 2024
1 parent 1e03f7d commit ae6a365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<!-- These properties will be shared for all projects -->
<PropertyGroup>
<VersionPrefix>3.816.10</VersionPrefix>
<VersionPrefix>3.816.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ public static IApplicationBuilder UseSchemaGraphQL<TSchema>(this IApplicationBui
KeepAliveTimeout = TimeSpan.FromSeconds(10), // pass the desired keep-alive timeout
KeepAliveMode = KeepAliveMode.Interval,
}
// set the supported sub-protocols to only include the graphql-ws sub-protocol
//options.WebSockets.SupportedWebSocketSubProtocols = ["graphql-ws"];
// can set supported sub-protocols to only include desired protocols with options.WebSockets.SupportedWebSocketSubProtocols = ["graphql-ws"];
});

if (schemaIntrospectionEnabled)
Expand Down

0 comments on commit ae6a365

Please sign in to comment.