summaryrefslogtreecommitdiff
path: root/changes/bug-7222_run-background-zmq-subscriber
AgeCommit message (Collapse)Author
2015-07-10[pkg] fold in changesIvan Alejandro
2015-07-06[bug] run zmq log subscriber in backgroundIvan Alejandro
Prevent locks caused by the zmq log handler reaching the zmq's HWM (High water mark / buffer limit) and causing some components to block until the buffer is empty (running the zmq handler for instance). We run the zmq handler in the background all the time to prevent this. - Resolves: #7222