Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-10 | [pkg] fold in changes | Ivan Alejandro | |
2015-07-06 | [bug] run zmq log subscriber in background | Ivan 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 |