Skip to content

Conversation

@ddetkovs
Copy link

This only happens when publish is in progress. Unsubscribe goes through passed in subscriptions and adds the first subscription to the unsubscribe queue, but not the rest. Changing the return statement to continue fixes this, since it won't exit the for loop until it goes through all of the subscriptions and adds them to unsubscribe queue.

This only happens when publish is in progress. Unsubscribe goes through passed in subscriptions and adds the first subscription to the unsubscribe queue, but not the rest. Changing the return statement to continue fixes this, since it won't exit the for loop until it goes through all of the subscriptions and adds them to unsubscribe queue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant