• Jeremy Hylton's avatar
    Merge in zeo-1_0-branch · ef2ab695
    Jeremy Hylton authored
    Wrap send() and recv() calls in try/except
    
    The try/except catches errors like EAGAIN that indicate transient
    failures.  In those cases, treat as send() and recv() of no data and
    return from method gracefully.
    ef2ab695
smac.py 7.83 KB