Added multithreaded TcpClient and TcpServer

This commit is contained in:
lieght
2025-09-13 23:39:13 +02:00
parent d17c1e010d
commit a13eee3ecd
10 changed files with 187 additions and 50 deletions

View File

@@ -20,6 +20,8 @@ public class Events implements IEvents {
*/
public record OnCommand(org.toop.server.ServerCommand command, String[] args, String result) {}
public record ReceivedMessage(String message) {}
/**
* Triggers on changing the server backend.
*/