From ad99ef63d979ec396e5c2e40b6f459a96cc64a13 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Thu, 9 Sep 2021 16:18:16 +0200 Subject: [PATCH] Added TODO --- source/tristanable/manager.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/tristanable/manager.d b/source/tristanable/manager.d index 62f9c7b..e071d4e 100644 --- a/source/tristanable/manager.d +++ b/source/tristanable/manager.d @@ -48,6 +48,8 @@ public final class Manager */ this(Socket socket) { + /* TODO: Make sure the socket is in STREAM mode */ + /* Set the socket */ this.socket = socket; @@ -56,7 +58,6 @@ public final class Manager /* Initialize the watcher */ watcher = new Watcher(this, socket); - } public Queue getQueue(ulong tag)