This commit is contained in:
shinichi
2020-10-16 15:15:09 +02:00
parent b868515ade
commit e8a4901f09
2 changed files with 3 additions and 1 deletions

View File

@@ -92,6 +92,8 @@ namespace Server
string identifier;
bool isJson = DataParser.getJsonIdentifier(message, out identifier);
Debug.WriteLine("server " + Encoding.ASCII.GetString(payloadbytes));
if (isJson)
{
switch (identifier)