Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
shinichi
2020-10-14 16:28:41 +02:00
2 changed files with 3 additions and 9 deletions

View File

@@ -115,6 +115,9 @@ namespace Server
Console.WriteLine($"set resistance worked is " + worked);
//set resistance on doctor GUI
break;
case DataParser.MESSAGE:
//TODO send message to clients
break;
default:
Console.WriteLine($"Received json with identifier {identifier}:\n{Encoding.ASCII.GetString(payloadbytes)}");
break;