[Feature]: Websocket Structuring #5
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TowerDefence/Server#5
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "task/ws-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ticket
NOTICKET
Beschreibung
Diese Änderungen setzten die Struktur für Websockets und die Dokumentation auf.
Weitere Infos
Es wird außerdem noch Beispiel Code hinzugefügt.
616b1da8af
toe5cf6d291a
Man nutzt Logger, wie auf der 11
@ -0,0 +27,4 @@
default -> this.closeSession(session, CloseStatus.BAD_DATA);
}
} catch (Exception exception) {
System.out.println(exception.getMessage());
Studentendebugging drin gelassen
e5cf6d291a
to52616e6a6a
Das war raffiniert wie Zucker!