diff --git a/src/remoteClient/clientContextImpl.cpp b/src/remoteClient/clientContextImpl.cpp index b45eb1e..51bc21d 100644 --- a/src/remoteClient/clientContextImpl.cpp +++ b/src/remoteClient/clientContextImpl.cpp @@ -2507,6 +2507,7 @@ namespace epics { // if streaming if (pendingRequest & QOS_GET_PUT) { + control->ensureBuffer(4); buffer->putInt(m_queueSize); } }