[BUG] ServerSideSessionCleanupHost is not immune to multiple calls of StopAsync #474
-
|
As of now, the This is bad for multiple reasons. First, the intended effect of this method is to stop this process. If it was already stopped, everything is well and it should handle this case gracefully. Second, using the standard ASP.NET Core test tooling, it is very much possible that this (multiple calls of Additionally, it seems a but outdated to directly inherit from the Thus, I propose to change this behavior by inheriting from I already prepared a PR for this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Thanks for this, @aomader ! The team is looking into your suggestion and may consider for a future release. |
Beta Was this translation helpful? Give feedback.
@aomader PR for fix is merged. DuendeSoftware/products#2345 . Planned for 7.4.6 release.