-
Notifications
You must be signed in to change notification settings - Fork 173
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
onstart is called after dataAvailable fired #171
Comments
@rotem925 Regression :( I'll give it a look. |
@rotem925 I was unable to write a good unit test for my fix. Could you test it on your side and validate? |
@chris-rudmin Nope, that didn't fix that. |
@rotem925 I made a second attempt to fix this (new commits to the same branch). Care to try it out? |
@chris-rudmin No success here also |
@rotem925 I aprreciate your suggestion, but your fix doesn't make sense to me. You are running The last fix I made only generates the header pages after |
Chris,
Can you try it on your side on the example page as well?
All I do is putting a log on the start event and on the dataAvailable event.
Rotem
|
@rotem925 I tested and validated my fix works. |
Hi Chris,
I see a new issue that wasn't there on version 5.0
Seems that the dataAvailable callback is called before the onstart is fire.
I'm referencing this old issue again #132
The text was updated successfully, but these errors were encountered: