Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Fix order of arguments in handle_UNSUB #82

Closed
wants to merge 1 commit into from

Conversation

fieldOfView
Copy link
Contributor

Commit sphaero@a7ff452 changed (fixed?) the order of arguments in _handle_SUB, but did not change _handle_UNSUB. As a result, unsubscription is broken.

Also updates signal_* examples.

@sphaero
Copy link
Contributor

sphaero commented Jun 22, 2015

I think we're ping ponging here. I already fixed that in #74 and #75

The problem in ZOCP was that the forwarding subscription was using reversed order arguments
a7ff452#diff-797efcc61d1d0f2d901af689e829548eL660

For the unsubscribe this was fixed here:
3e93a6c#diff-797efcc61d1d0f2d901af689e829548eL711

Otherwise the unittests would fail as well I guess?

Isn't it that in the nodeeditor the unsubscribe is reversed? Similar to how I fixed the subscribe?

@sphaero sphaero mentioned this pull request Jun 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants