[PD1] Added server's TODOS
This commit is contained in:
parent
f3cf9cfc40
commit
568b6e6739
2 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ import (
|
||||||
"PD1/internal/utils/networking"
|
"PD1/internal/utils/networking"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
//TODO: CREATE SERVER SIDE CHECKS FOR EVERYTHING
|
||||||
|
//TODO: LOGGING SYSTEM
|
||||||
|
//TODO: TELL THE USER THAT THE MESSAGE HAS BEEN RECEIVED BY THE SERVER
|
||||||
|
//TODO: ERROR PACKET TO SEND BACK TO USER
|
||||||
|
|
||||||
func clientHandler(connection networking.Connection[protocol.Packet], dataStore DataStore) {
|
func clientHandler(connection networking.Connection[protocol.Packet], dataStore DataStore) {
|
||||||
defer connection.Conn.Close()
|
defer connection.Conn.Close()
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue