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

exportWAV is not re-entrant #11

Open
mkilling opened this issue Feb 12, 2015 · 0 comments
Open

exportWAV is not re-entrant #11

mkilling opened this issue Feb 12, 2015 · 0 comments

Comments

@mkilling
Copy link

When I call exportWAV multiple times without waiting for it to execute its callback cb, using different callback functions each time, eventually only the last callback function I passed will fire, but it will fire multiple times.

This is because currCallback is held as an instance level variable - the intuitive behavior would be that the callback can be different for each call to exportWAV.

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

No branches or pull requests

1 participant