1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-05 00:10:29 +08:00
This commit is contained in:
源文雨
2022-10-26 15:19:43 +08:00
parent 4479ae365f
commit 277b7f0978

View File

@@ -127,6 +127,7 @@ static void accept_client() {
while(1) {
FD_COPY(&tmpfds, &rdfds);
FD_COPY(&tmpfds, &erfds);
puts("Selecting...");
int r = select(THREADCNT+8, &rdfds, &wrfds, &erfds, &timeout);
if(r < 0) {
perror("select");