• Benoit Eudier's avatar
    Add listener::init call to correctly initialize the object · 067a8180
    Benoit Eudier authored
    If the call is not present, the listener object will be in a state
    where its workers_ member is not initialized (size_t). In clang, this
    leads to the creation of an absurd number of threads which in turn
    will make eventfd call fails in NotifyFd.
    067a8180
listener_test.cc 4.06 KB