exit send thread by returning, and not by epicsThread::exit()
This commit is contained in:
@@ -122,8 +122,6 @@ void tcpSendThread::run ()
|
||||
this->iiu.cacRef.uninstallIIU ( this->iiu );
|
||||
|
||||
delete & this->iiu;
|
||||
|
||||
epicsThread::exit ();
|
||||
}
|
||||
|
||||
unsigned tcpiiu::sendBytes ( const void *pBuf,
|
||||
|
||||
Reference in New Issue
Block a user