Skip to content
  • Philipp Winter's avatar
    Use channel-based request dispatcher. · cf1bce74
    Philipp Winter authored
    So far, bridgestrap would serialise requests by relying on a mutex's
    locking mechanism.  That's dirty.  This patch implements a channel-based
    dispatching mechanism that guarantees order (mutexes don't).  In
    addition to that, we can now log the number of outstanding requests,
    which is good to know.
    cf1bce74