This commit is contained in:
Tristan B. Kildaire 2020-05-09 18:04:36 +02:00
parent 23bcda9b3c
commit d19a7809ca
1 changed files with 3 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public final class BesterConnection : Thread
/* Check if it is a dummy type */
if(cmp(payloadType, "dummy") == 0)
{
/* TODO: Continue here, format think for everything */
}
/* Check if the payload is a built-in command */
else if(cmp(payloadType, "builtin") == 0)
@ -229,6 +229,8 @@ public final class BesterConnection : Thread
/* TODO: Remove me */
debugPrint("fhjhfsdjhfdjhgsdkjh UUUUH:" ~e.toString());
dispatchStatus = false;
/* TODO: Add call to `sendStatus` here as the handler failed */
}
debugPrint("Handler section done (for client)");