diff options
author | drebs <drebs@leap.se> | 2015-01-28 16:17:51 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-05-08 16:11:47 -0300 |
commit | 01b005b0642454e3d670089ed7e530eda8e9ef91 (patch) | |
tree | d4a99c7e581dbb512d2430db4f0f8d1c90ff310a /changes | |
parent | 456941648223a14fe144264c27a5dce4e4e702e5 (diff) |
[feat] use txzmq in backend
Before this commit, the backend used plain pyzmq bindings for communicating
with the frontend. This implements the txzmq twisted-powered bindings instead.
Closes: #6360
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature_6360_use-txzmq-in-backend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_6360_use-txzmq-in-backend b/changes/feature_6360_use-txzmq-in-backend new file mode 100644 index 00000000..6703f02b --- /dev/null +++ b/changes/feature_6360_use-txzmq-in-backend @@ -0,0 +1 @@ +- Use txzmq in backend (closes #6360). |