Added comment and fixed compilation error.

This commit is contained in:
Tristan B. Kildaire 2020-05-13 23:40:16 +02:00
parent 79cfe50353
commit 3e570e8066
1 changed files with 2 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public final class BesterConnection : Thread
/* TODO: Bounds checking, type checking */
/* The payload type */
string payloadType
string payloadType;
/* The payload data */
JSONValue payloadData;
@ -169,6 +169,7 @@ public final class BesterConnection : Thread
/* The payload tag */
string payloadTag;
/* Attempt to parse protocol-critical fields */
try
{
/* Get the payload type */