Merge branch 'master' into feature/cancellable_future

This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-22 18:33:27 +02:00
commit 8a1b1f8ea1

View File

@ -299,7 +299,7 @@ public class CoapRequestFuture
// TODO: Set state as cancelled
// Wake up the sleepers
this.condition.notify();
this.condition.notifyAll();
}
/**