Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

autoplay=true causes call stack overflow #2

Open
mbykovskyy opened this issue Aug 5, 2014 · 1 comment · May be fixed by #17
Open

autoplay=true causes call stack overflow #2

mbykovskyy opened this issue Aug 5, 2014 · 1 comment · May be fixed by #17

Comments

@mbykovskyy
Copy link

Logic in the play function is wrong. play calls apply and then apply calls play if autoplay is true causing infinite recursion.

@morethanreal morethanreal self-assigned this Aug 5, 2014
@mbykovskyy
Copy link
Author

Any update on this issue? My application relies on autoplay property but because it's not fixed I gotta rebase my fork every time I bump my dependencies' versions. But there's a pull request that fixes it.

@mbykovskyy mbykovskyy linked a pull request Dec 6, 2014 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@mbykovskyy @morethanreal and others