From 27704617a77d3bbae4add09419baf1fd5d20a5a6 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 12 Jun 2023 08:23:22 +0200 Subject: [PATCH] Receiver - Added a TODO to catch the `InterruptedException` here --- source/birchwood/client/receiver.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/birchwood/client/receiver.d b/source/birchwood/client/receiver.d index a5007eb..f4f8e9e 100644 --- a/source/birchwood/client/receiver.d +++ b/source/birchwood/client/receiver.d @@ -126,6 +126,8 @@ public final class ReceiverThread : Thread // TODO: See above notes about libsnooze behaviour due // ... to usage in our context + + // TODO: Catch InterruptedException here receiveEvent.wait(); // TODO: Catch any exceptions from libsnooze