- `makeRequest(Request)` now cleans up by removing the adhoc `Queue` it registered in the beginning ofd the process
This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-04 09:55:00 +02:00
parent 20da370f0e
commit bb1dcef991
1 changed files with 3 additions and 0 deletions

View File

@ -40,5 +40,8 @@ public class Engine
/* Run the response handler with the response */
req.process(resp);
/* De-register the queue */
tManager.releaseQueue(newQueue);
}
}