Allow more granular control over the ApplicationMaxBufferSize #5299
Labels
area-signalr
Includes: SignalR clients and servers
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
Milestone
Today the ApplicationMaxBufferSize is a single setting per server, we should consider a callback model where this can be configured per connection. That would give more control over which connections get to buffer more incoming data than other connections.
We could also consider 2 limits:
The default limits are there to protect against unauthenticated users from blowing up server buffers but if users are authenticated the limits might be purely driven by your application. Also, since users are authenticated you have a way to audit and disallow misbehaving users.
Related to aspnet/SignalR#2266
The text was updated successfully, but these errors were encountered: