https://github.com/CS601-F21/project-2-shubham0831/blob/eb4df113bde4d7dbddbb4fac2e0e04bb876443cc/src/main/java/cs601/PubSub/Brokers/AsyncOrderedDispatchBroker.java#L84 If the broker is shut down when there are still jobs in the queue this logic will not complete the remaining jobs.
project-2-shubham0831/src/main/java/cs601/PubSub/Brokers/AsyncOrderedDispatchBroker.java
Line 84 in eb4df11
If the broker is shut down when there are still jobs in the queue this logic will not complete the remaining jobs.