diff --git a/source/tasky/engine.d b/source/tasky/engine.d index fad2a10..2558474 100644 --- a/source/tasky/engine.d +++ b/source/tasky/engine.d @@ -40,5 +40,8 @@ public class Engine /* Run the response handler with the response */ req.process(resp); + + /* De-register the queue */ + tManager.releaseQueue(newQueue); } } \ No newline at end of file