Fix agent count
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user