[PD1] Added server's TODOS

This commit is contained in:
Afonso Franco 2024-04-20 17:34:45 +01:00
parent f3cf9cfc40
commit 568b6e6739
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk
2 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,11 @@ import (
"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) {
defer connection.Conn.Close()

Binary file not shown.