watch for messages on the receiving socket

This commit is contained in:
Denis 2023-12-14 13:53:48 +01:00
parent c2e3a7704a
commit 971b661c5e
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -384,6 +384,8 @@ void* dev_in_thread_func(void *ptr) {
continue;
}
}
FD_SET(dev_in_data->communication.endpoint.socket.fd, &read_fds);
}
for (size_t i = 0; i < max_devices; ++i) {