watch for messages on the receiving socket
This commit is contained in:
parent
c2e3a7704a
commit
971b661c5e
1 changed files with 2 additions and 0 deletions
2
dev_in.c
2
dev_in.c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue