Index: src/AsynDriverInterface.cc =================================================================== RCS file: /afs/psi.ch/user/z/zimoch/.cvsroot/StreamDevice2/src/AsynDriverInterface.cc,v retrieving revision 1.12 diff -u -r1.12 AsynDriverInterface.cc --- src/AsynDriverInterface.cc 30 May 2007 12:51:30 -0000 1.12 +++ src/AsynDriverInterface.cc 24 Aug 2007 08:53:45 -0000 @@ -934,6 +934,7 @@ // 3. eomReason=ASYN_EOM_CNT when message was too long for // internal buffer of asynDriver. + if (!interruptAccept) return; // too early to process records if (interface->ioAction == AsyncRead || interface->ioAction == AsyncReadMore) {