Changeset 17883 for trunk/FACT++/src


Ignore:
Timestamp:
05/22/14 17:15:45 (10 years ago)
Author:
tbretz
Message:
Added an autoamtic reconnect if the received stream is broken.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/agilentctrl.cc

    r17669 r17883  
    180180        {
    181181            Error("String conversion failed for '"+str+" ("+e.what()+")");
     182
     183            // We need to synchronize the stream again
     184            PostClose(true);
    182185            return;
    183186        }
Note: See TracChangeset for help on using the changeset viewer.