summaryrefslogtreecommitdiff
path: root/src/leap/common/events/zmq_components.py
AgeCommit message (Collapse)Author
2015-06-26[bug] allow passing ':0' as port in events addressdrebs
2015-06-03[bug] allow ipc socket typesKali Kaneko
previous regex wasn't capturing addresses of type ipc://<path> Closes: #7089
2015-05-27[feat] refactor events to use ZMQdrebs
Before this commit, protobuf and protobuf.socketrpc were used to serialize and transmit messages between events clients. This change implements a simpler ZMQ client/server events mechanism that uses ZMQ sockets for transmitting messages from clients to server and to redistribute such messages to subscribed clients. Closes: #6359