mirror of
https://git.battle-of-pip.de/root/vpr-mitarbeiterverwaltung.git
synced 2025-12-13 22:31:38 +01:00
First Server Test | Next Update: Change Commands to Attributes
This commit is contained in:
@@ -12,6 +12,7 @@ public abstract class TcpServer
|
||||
protected MessageSender ms;
|
||||
private DX86 dx86;
|
||||
public List<string> optionsList;
|
||||
public Dictionary<TcpClient, string> LoggedInClients { get; }
|
||||
|
||||
|
||||
public TcpServer(string address, int port, MessageSender ms)
|
||||
@@ -26,8 +27,9 @@ public abstract class TcpServer
|
||||
ms.Log("[DX86] Server Setup Complete.");
|
||||
_ = RunServer();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private async Task RunServer()
|
||||
{
|
||||
ms.Log("[DX86] Starting server.");
|
||||
|
||||
Reference in New Issue
Block a user