Commit f4980898 authored by Joseph Noir's avatar Joseph Noir

Ensure the mpx adds a new acceptor to its pollset

parent eab228c0
......@@ -618,8 +618,11 @@ struct newb_acceptor : public newb_base, public caf::ref_counted {
// -- base requirements ------------------------------------------------------
void start() override {
start_reading();
ref();
start_reading();
backend().post([]() {
// nop
});
}
void stop() override {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment