my env is CENTOS
CentOS Linux release 7.1.1503 (Core)(Maipo)
TREP release is: upa8.0.0.L1.linux.rrg
I am running interactive provider that persistently gets error
in Update rsslGetBuffer failed
If it returns NULL and the error code is RSSL_RET_BUFFER_NO_BUFFERS, it indicates that there are nobuffers available to the user. This typically occurs because all available buffers are queued andpending flushing to the connection. The application can:
If it returns NULL and the error code is RSSL_RET_FAILURE, it indicates that some type ofgeneral failure has occurred. The RsslChannel should be closed and the RsslError content should be verified for more details.
You can refer to the developer guide for more information.