timeout now results in unresponsive circuit notify and not an abort shutdown
This commit is contained in:
@@ -66,7 +66,7 @@ tcpRecvWatchdog::expire ( const epicsTime & /* currentTime */ ) // X aCC 361
|
||||
"- disconnecting.\n",
|
||||
hostName, this->period ) );
|
||||
# endif
|
||||
this->cacRef.initiateAbortShutdown ( this->iiu );
|
||||
this->cacRef.unresponsiveCircuitNotify ( this->iiu );
|
||||
return noRestart;
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -52,7 +52,7 @@ epicsTimerNotify::expireStatus tcpSendWatchdog::expire (
|
||||
debugPrintf ( ( "Request not accepted by CA server %s for %g sec. Disconnecting.\n",
|
||||
hostName, this->period ) );
|
||||
# endif
|
||||
this->cacRef.initiateAbortShutdown ( this->iiu );
|
||||
this->cacRef.unresponsiveCircuitNotify ( this->iiu );
|
||||
return noRestart;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user