We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f8d8c commit 6025573Copy full SHA for 6025573
src/player/statemanager/src/manager.rs
@@ -487,12 +487,8 @@ impl StateManagerManager {
487
488
println!(" Status: Container list processing completed (implementation pending)");
489
println!("=====================================");
490
-
491
- /// Execute actions based on state transitions
492
- async fn execute_action(&self, action: &str, state_change: &StateChange) {
493
- println!(" Executing action: {}", action);
494
}
495
+
496
/// Main message processing loop for handling gRPC requests.
497
///
498
/// Spawns dedicated async tasks for processing different message types:
0 commit comments