diff --git a/src/remoteClient/clientContextImpl.cpp b/src/remoteClient/clientContextImpl.cpp index 8ead845..701939a 100644 --- a/src/remoteClient/clientContextImpl.cpp +++ b/src/remoteClient/clientContextImpl.cpp @@ -2295,7 +2295,8 @@ namespace epics { m_up2datePVStructure = pvStructure; - m_monitorQueue.push(newElement); + if (!m_overrunInProgress) + m_monitorQueue.push(newElement); } if (!m_overrunInProgress)