Yaniv Bronhaim has posted comments on this change. Change subject: stomp: client side subscription ......................................................................
Patch Set 20: (2 comments) https://gerrit.ovirt.org/#/c/36368/20/lib/yajsonrpc/stomp.py File lib/yajsonrpc/stomp.py: Line 533: """ Line 534: In order to process message we need to set message Line 535: handler which is responsible for processing jsonrpc Line 536: content of the message. Currently there are 2 handlers: Line 537: JsonRpcClient and JsonRpcServer. what do I pass , the class itself or the _handleMessage function of it? Line 538: """ Line 539: def set_message_handler(self, handler): Line 540: self._message_handler = handler Line 541: https://gerrit.ovirt.org/#/c/36368/20/tests/jsonRpcTests.py File tests/jsonRpcTests.py: Line 84 Line 85 Line 86 Line 87 Line 88 this is new.. was it intend? -- To view, visit https://gerrit.ovirt.org/36368 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8e43658f1cebd637ea3abf4396d388afa041ae71 Gerrit-PatchSet: 20 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Dima Kuznetsov <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Yaniv Bronheim <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
