pipeline monitor on client side: missing ensureBuffer on monitor init
This commit is contained in:
@@ -2507,6 +2507,7 @@ namespace epics {
|
||||
// if streaming
|
||||
if (pendingRequest & QOS_GET_PUT)
|
||||
{
|
||||
control->ensureBuffer(4);
|
||||
buffer->putInt(m_queueSize);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user