From 68a8fc74aefbb06d40922ac77b1f7cb1e7daf6c8 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 12 Jun 2023 08:23:36 +0200 Subject: [PATCH] Sender - Added a TODO to catch the `InterruptedException` here --- source/birchwood/client/sender.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/birchwood/client/sender.d b/source/birchwood/client/sender.d index c51c423..0e7f121 100644 --- a/source/birchwood/client/sender.d +++ b/source/birchwood/client/sender.d @@ -116,6 +116,8 @@ public final class SenderThread : Thread // TODO: See above notes about libsnooze behaviour due // ... to usage in our context + + // TODO: Catch InterruptedException here sendEvent.wait(); // TODO: Catch any exceptions from libsnooze // TODO: After the above call have a once-off call to `ensure()` here