diff --git a/ClientApp/Utils/Client.cs b/ClientApp/Utils/Client.cs index 08067ed..ba81623 100644 --- a/ClientApp/Utils/Client.cs +++ b/ClientApp/Utils/Client.cs @@ -165,6 +165,7 @@ namespace ClientApp.Utils break; case DataParser.MESSAGE: engineConnection.DoctorMessage = DataParser.getChatMessageFromJson(payloadbytes); + Debug.WriteLine("received message from doctor"); break; case DataParser.NEW_CONNECTION: this.LoginViewModel.DoctorConnected(DataParser.getUsernameFromJson(payloadbytes));