From a48b515d2e5e4f1ccf2d1defab65932918e38811 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 5 Apr 2023 08:26:25 +0200 Subject: [PATCH] Receiver - Removed now-completed TODO --- source/birchwood/client/receiver.d | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/birchwood/client/receiver.d b/source/birchwood/client/receiver.d index 3b964ab..a5007eb 100644 --- a/source/birchwood/client/receiver.d +++ b/source/birchwood/client/receiver.d @@ -104,10 +104,6 @@ public final class ReceiverThread : Thread * an event depending on the type of message * * Handles PINGs along with normal messages - * - * TODO: Our high load average is from here - * ... it is getting lock a lot and spinning here - * ... we should use libsnooze to avoid this */ private void recvHandlerFunc() {