This commit is contained in:
fabjuuuh
2020-09-25 13:01:04 +02:00
parent 5a425bf19b
commit 7b9ad2540c
3 changed files with 6 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ namespace Client
bool isJson = DataParser.getJsonIdentifier(this.buffer, out identifier);
if (isJson)
{
throw new NotImplementedException();
}
else if (DataParser.isRawData(this.buffer))