Skip to content

Commit

Permalink
add prune
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Nov 19, 2024
1 parent d9b82a4 commit 366f2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dpp/socketengines/kqueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ struct socket_engine_kqueue : public socket_engine_base {
}
}
}
prune();
}

bool register_socket(const socket_events& e) final {
Expand Down
1 change: 1 addition & 0 deletions src/dpp/socketengines/poll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ struct socket_engine_poll : public socket_engine_base {
eh->on_write(fd, *eh);
}
}
prune();
}

bool register_socket(const socket_events& e) final {
Expand Down

0 comments on commit 366f2dc

Please sign in to comment.