I am using a script to load objects from a pool (projectiles) within a coroutine. The problem is after 24 seconds I need this to stop but the coroutine just keeps going and going even though I set it to be null at the end of the 24 seconds. Do I need to call a specific command for the Object Pooler to stop is respawning projectiles? I use this to spawn them: