mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	fix race
This commit is contained in:
		| @@ -70,6 +70,9 @@ void SchedulerRapidCancellationComponent::run_rapid_cancellation_test() { | ||||
|     ESP_LOGI(TAG, "  Implicit cancellations (replaced): %d", implicit_cancellations); | ||||
|     ESP_LOGI(TAG, "  Total accounted: %d (executed + implicit cancellations)", | ||||
|              this->total_executed_.load() + implicit_cancellations); | ||||
|  | ||||
|     // Final message to signal test completion - ensures all stats are logged before test ends | ||||
|     ESP_LOGI(TAG, "Test finished - all statistics reported"); | ||||
|   }); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user