Skip to content
  • Christos Stavrakakis's avatar
    cyclades: Make snf-dispatcher handle EINTR · dc40be43
    Christos Stavrakakis authored
    snf-dispatcher supressed almost all exceptions and continued to process
    new messages. However, this caused snf-dispatcher to ignore Ctl+C when
    running in debug mode. This commit fixes this be exiting the retry loop
    if a EINTR code is returned.
    dc40be43