Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user