Stormancer.Server.Plugins.Limits 0.1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Limits --version 0.1.1.1
NuGet\Install-Package Stormancer.Server.Plugins.Limits -Version 0.1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Stormancer.Server.Plugins.Limits" Version="0.1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stormancer.Server.Plugins.Limits --version 0.1.1.1
#r "nuget: Stormancer.Server.Plugins.Limits, 0.1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Stormancer.Server.Plugins.Limits as a Cake Addin
#addin nuget:?package=Stormancer.Server.Plugins.Limits&version=0.1.1.1

// Install Stormancer.Server.Plugins.Limits as a Cake Tool
#tool nuget:?package=Stormancer.Server.Plugins.Limits&version=0.1.1.1

Limits CCU and concurrent requests on Stormancer server applications.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0.8-pre 76 4/2/2024
0.2.0.7-pre 33 3/11/2024
0.2.0.5-pre 110 12/11/2023
0.2.0.4-pre 98 11/20/2023
0.2.0.3-pre 102 5/9/2023
0.2.0.2 185 4/4/2023
0.2.0.2-pre 121 3/19/2023
0.2.0.1 396 9/28/2022
0.2.0.1-pre 111 9/12/2022
0.1.8.3-pre 147 8/2/2022
0.1.8.2-pre 138 2/28/2022
0.1.8.1 414 2/7/2022
0.1.8 276 10/14/2021
0.1.8-pre 293 7/13/2021
0.1.7.9-pre 218 6/21/2021
0.1.7.8-pre 230 6/16/2021
0.1.7-pre 256 6/7/2021
0.1.6 357 5/23/2021
0.1.6-pre 232 5/12/2021
0.1.5 380 4/29/2021
0.1.4 368 3/1/2021
0.1.3.3-pre 244 6/21/2021
0.1.3.2-pre 248 6/16/2021
0.1.3.1-pre 242 6/4/2021
0.1.3 454 12/18/2020
0.1.2 464 12/18/2020
0.1.1.1 442 12/18/2020
0.1.1.1-pre 360 12/17/2020
0.1.0.4-pre 291 12/17/2020
0.1.0.3-pre 308 12/15/2020
0.1.0.1 431 12/14/2020
0.1.0-pre 274 12/8/2020

Added
*****
- Enforce concurrent sessions limit from the configuration.
- Queue users over the sessions limit.
- Report concurrent sessions limits status with ILimits and an admin web API, including queue length and average time between user entry.
- Added Licence expression to nuget package.