@ -84,7 +88,7 @@ public abstract class CommunicationProtocol : ICommunicationProtocol
if(success==false)
if(success==false)
{
{
this.logger.LogError($"'{nameof(SendBytes)}()' failed to send during {nameof(InternalSendBytes)}.",nameof(CommunicationProtocol));
this.logger.LogError($"'{nameof(SendBytes)}()' failed to send during {nameof(InternalSendBytes)}.",nameof(CommunicationProtocol));
this.messenger.Send<IUserInterfaceMessage>(newGenericUserInterfaceMessage("Failed to send message",MessageImportance.High));
this.messenger.Send<IUserInterfaceMessage>(newGenericUserInterfaceMessage("Failed to send data, for more information please check logfile.",MessageImportance.High));