• Matt Corallo's avatar
    Fix shutdown hang with >= 8 -addnodes set · e007b243
    Matt Corallo authored
    We previously would block waiting for a CSemaphoreGrant in
    ThreadOpenAddedConnections, when we did not need to. This would
    block as the posts in CConnman shutdown were both to the wrong
    semaphore and in the wrong location.
    e007b243
net.cpp 88.1 KB