added send_to_all TODO

This commit is contained in:
Václav Šmejkal 2023-03-25 17:17:54 +01:00
parent f6c97a52c8
commit 069338177e
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -305,7 +305,7 @@ void *why2_communicate_thread(void *arg)
printf("Received:\n%s\n\n", received); printf("Received:\n%s\n\n", received);
pthread_create(&thread_buffer, NULL, send_to_all, received); pthread_create(&thread_buffer, NULL, send_to_all, received); //TODO: Send only json format, not json format "squared"
pthread_join(thread_buffer, NULL); pthread_join(thread_buffer, NULL);
why2_deallocate(received); why2_deallocate(received);