Fix agent count

This commit is contained in:
2025-09-28 23:34:56 +07:00
parent 57b3603302
commit 014a3ed7e5
5 changed files with 6 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ public interface IPlatformSummaryGrain : IGrainWithStringKey
/// Increments the total agent count when a new agent is activated
/// </summary>
[OneWay]
Task IncrementAgentCountAsync();
Task RefreshAgentCountAsync();
[OneWay]
Task OnPositionClosedAsync(PositionClosedEvent evt);