Skip to content
  • Witold Kręcicki's avatar
    netmgr: fix a non-thread-safe access to libuv structures · f75a9e32
    Witold Kręcicki authored
    In tcp and udp stoplistening code we accessed libuv structures
    from a different thread, which caused a shutdown crash when named
    was under load. Also added additional DbC checks making sure we're
    in a proper thread when accessing uv_ functions.
    f75a9e32