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

A fix for issue #2877 #2879

Merged
merged 4 commits into from
Jan 8, 2019

Conversation

JoeEyles
Copy link
Contributor

@JoeEyles JoeEyles commented Dec 12, 2018

Changed the string used to identify incoming eventStreams in order to correctly handle multiple simultaneous events with different values. fixing issue #2877.

…ctly handle multiple simultaneous events with identical "value"s, fixing issue Dash-Industry-Forum#2877.
@nicosang
Copy link
Contributor

Hi @JoeEylesBBC ,

thanks for your PR. Could you, please, update the unit test in order to be able to merge it?

Thanks again,
Nico

@epiclabsDASH
Copy link
Contributor

@JoeEylesBBC, given this is your first contribution and following dash.js contribution guidelines, could you please also send the feedback agreement document signed by you?

@JoeEyles
Copy link
Contributor Author

Hi all,

Sorry for the late reply. It seems you should already have a signed CLA from the BBC R&D department - see https://github.com/Dash-Industry-Forum/dash.js/wiki/Meeting-Minutes#minutes-april-4th-2014

Joe

…e to the events being checked by a setInterval every 0.1s, at which point the last 0.1s of events would be triggered; but the setInterval would sometimes call after more than 0.1s, and thus any events older than 0.1s would not be triggered.
@JoeEyles
Copy link
Contributor Author

JoeEyles commented Jan 8, 2019

Hi all,

I have just fixed a bug in which some events were not getting called and added it to this PR. This was due to the events being checked by a setInterval() every 0.1s, at which point the last 0.1s of events would be triggered; but the setInterval() would sometimes call after more than 0.1s, and thus any events older than 0.1s would not be triggered.

@epiclabsDASH epiclabsDASH added this to the v2.9.3 milestone Jan 8, 2019
@epiclabsDASH epiclabsDASH merged commit 148936c into Dash-Industry-Forum:development Jan 8, 2019
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.

3 participants