ZMQContext::isPersistent — Whether the context is persistent
Whether the context is persistent. Persistent context is needed for persistent connections as each socket is allocated from a context.
This function has no parameters.
Returns true
if the context is persistent and false
if the context is non-persistent.