From d924a91d2115028e68678b9fb7d0338eeb828ff0 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 21 Jun 2023 11:02:45 +0200 Subject: [PATCH] Sender - Removed completed TODO --- source/birchwood/client/sender.d | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/birchwood/client/sender.d b/source/birchwood/client/sender.d index df6481f..0de1df0 100644 --- a/source/birchwood/client/sender.d +++ b/source/birchwood/client/sender.d @@ -95,9 +95,6 @@ public final class SenderThread : Thread /** * The send queue worker function - * - * TODO: Same issue as recvHandlerFunc - * ... we should I/O wait (sleep) here */ private void sendHandlerFunc() {