Add TODO note

This commit is contained in:
flyingscorpio@clevo 2022-10-27 10:01:26 +02:00
parent d447076265
commit 41ee090ff3

View file

@ -220,7 +220,7 @@ int disconnect_client(int client_id) {
/* Thread, Dispatcher : pop message from the stack, parse it and send it to the good ClientSender */
void *Dispatcher(void *arg) {
char buf[BUF_LEN];
char message[1024];
char message[1024]; // TODO: replace by malloc
int n = 0 ;
int k = 0 ;