Fixed a few issues.

This commit is contained in:
Tom
2025-04-10 17:04:27 +00:00
parent c7904f120d
commit 78b6d4b789
7 changed files with 32 additions and 6 deletions

View File

@@ -116,6 +116,7 @@ namespace HermesSocketLibrary
{
await client.Send(9, new SlaveMessage() { Slave = false });
client.Slave = false;
socket.Slave = true;
}
}
}