-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Ensure that events are not launched from the wrong thread #345
Conversation
it fails on the firs call:
|
That's because I inverted the logic 🤦♂️ Pushing a fix now. |
Okay, fixed. |
Yeah great it works |
Codecov Report
@@ Coverage Diff @@
## master #345 +/- ##
==========================================
+ Coverage 86.92% 86.94% +0.01%
==========================================
Files 88 88
Lines 7572 7583 +11
==========================================
+ Hits 6582 6593 +11
Misses 990 990
Continue to review full report at Codecov.
|
Fixes #344
@xavArtley Could you test this?