• Jeremy Hylton's avatar
    Merge in zeo-1_0-branch · d0c5419e
    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.
    d0c5419e
smac.py 7.83 KB