Closed ejb closed 3 years ago
Thanks for your feedback, I think I've fixed the issues we discussed.
Actually I believe this is an existing bug with playState
since getPosition()
also has this issue. Just adding these new APIs has made it more visible!
Ok, think I've resolved those issues. Seemed to be caused by the value of playState
being cached in those instances. Reading from data.playState
instead gives correct values.
This (finally!) implements #36