-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
Pillar: Complete Blazor WebPriority:0Work that we can't release withoutWork that we can't release withoutaffected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-serverfeature-circuit-lifecycleIssues to do with blazor server lifecycle eventsIssues to do with blazor server lifecycle eventshelp candidateIndicates that the issues may be a good fit for community to help with. Requires work from eng. teamIndicates that the issues may be a good fit for community to help with. Requires work from eng. teamseverity-blockingThis label is used by an internal toolThis label is used by an internal tooltriaged
Milestone
Description
Is your feature request related to a problem? Please describe.
Idle users may be able to tie up significant system resources while not actually utilizing the application.
Describe the solution you'd like
Ideally we should be able to disconnect idle circuits, preferably with the opportunity to provide logic which can help identify/prioritize when and which connections can be safely but forcibly closed (e.g. identify if the user has a "dirty" entity and prevent eviction or perhaps only bother if resource utilization exceeds certain thresholds, etc.). It would also be nice to be empower client-side user experience indicators for activities related to this as well (e.g. modal warning which the user can cancel as well as css classes that could be used similar to components-reconnect-show
, components-reconnect-failed
, etc.)
hsauers, willdean, JohnKiller, omariom, AslanAmca and 5 more
Metadata
Metadata
Assignees
Labels
Pillar: Complete Blazor WebPriority:0Work that we can't release withoutWork that we can't release withoutaffected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-serverfeature-circuit-lifecycleIssues to do with blazor server lifecycle eventsIssues to do with blazor server lifecycle eventshelp candidateIndicates that the issues may be a good fit for community to help with. Requires work from eng. teamIndicates that the issues may be a good fit for community to help with. Requires work from eng. teamseverity-blockingThis label is used by an internal toolThis label is used by an internal tooltriaged