Added TODO

This commit is contained in:
Tristan B. Velloza Kildaire 2021-09-09 16:18:16 +02:00
parent b58fb718a7
commit ad99ef63d9
1 changed files with 2 additions and 1 deletions

View File

@ -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)