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)