Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: globalEventJIP would be executed twice #418

Merged
merged 1 commit into from
Jul 10, 2016

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Jul 10, 2016

  • globalEventJIP will trigger the event twice if the global event arrives on the client before the JIP stack is read.

This PR changes the event to use a wrapper, so that the event can be discarded on each individual machine should the JIP stack be not be processed already.

@jonpas please test if this fixes your issue.

@commy2 commy2 added the Bug Fix label Jul 10, 2016
@commy2 commy2 added this to the 2.5 milestone Jul 10, 2016
@jonpas
Copy link
Member

jonpas commented Jul 10, 2016

Seems to work @commy2 👍

@commy2 commy2 merged commit 61229a4 into master Jul 10, 2016
@commy2 commy2 deleted the fix-duplicate-event-execution branch July 10, 2016 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants