fixed channel uninstall message was not sent to server and other problems
This commit is contained in:
@@ -115,22 +115,12 @@ void netiiu::flushRequest (
|
||||
{
|
||||
}
|
||||
|
||||
bool netiiu::flushBlockThreshold (
|
||||
epicsGuard < epicsMutex > & ) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void netiiu::flushRequestIfAboveEarlyThreshold (
|
||||
void netiiu::eliminateExcessiveSendBacklog (
|
||||
epicsGuard < epicsMutex > *,
|
||||
epicsGuard < epicsMutex > & )
|
||||
{
|
||||
}
|
||||
|
||||
void netiiu::blockUntilSendBacklogIsReasonable
|
||||
( cacContextNotify &, epicsGuard < epicsMutex > & )
|
||||
{
|
||||
}
|
||||
|
||||
void netiiu::requestRecvProcessPostponedFlush (
|
||||
epicsGuard < epicsMutex > & )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user