This commit is contained in:
Tristan B. Kildaire 2020-04-18 20:10:16 +02:00
parent 051167cbe3
commit 85ae21305b
1 changed files with 5 additions and 1 deletions

View File

@ -386,7 +386,6 @@ private class BesterConnection : Thread
}
}
/* TODO: Loop for size (4 bytes, little endian) */
writeln("MEssage ", fullMessage);
@ -394,6 +393,11 @@ private class BesterConnection : Thread
/* TODO: Loop for collect message */
/* TODO: So now we have to think about what the hell it means
* for a response to be received, like cool and all, but we need
* the server to now do something.
*/
/* TODO: Set dispatchStatus */
}