• Dominik Charousset's avatar
    fixed issues in middleman regarding io failures · ff7cf3c4
    Dominik Charousset authored
    this patch fixes an issue in the middleman where it didn't report back
    on socket IO failures, why actors never received 'EXIT' messages in case
    of disconnect events; this patch also replaces continuable_writer with
    continuable_io, which derives continuable_reader now to avoid the
    pointless multiple inheritance
    ff7cf3c4
continuable_writer.cpp 2.46 KB