Add (v1) NetworkManager, Session and Transport #173

Merged
lars.winzer merged 26 commits from feat/network-manager into main 2026-03-13 15:49:56 +01:00
Showing only changes of commit ff38c9d6ef - Show all commits
@@ -4,7 +4,7 @@ import java.util.UUID;
public class SessionId {
/**
* The session id is used to identify a unique client connection in the SessionRegistry
* The SessionId is used to identify a unique client connection in the SessionRegistry
*/
private final UUID value;