akkadotnet / akka.analyzers

Roslyn analyzers for Akka.NET developers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AK1000: suggest that actors use `IWithTimers` and the `TimerScheduler` API instead of `Context.System.Scheduler`

Aaronontheweb opened this issue · comments

This should help move users onto the newer APIs that prevent leaking of background tasks over time. We can also pair this with a "fixit" suggestion.