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

Setting SetOptOut before Start causes crash #42

Open
JimiC opened this issue Oct 22, 2015 · 0 comments
Open

Setting SetOptOut before Start causes crash #42

JimiC opened this issue Oct 22, 2015 · 0 comments

Comments

@JimiC
Copy link

JimiC commented Oct 22, 2015

If the user sets 'SetOptOut' before calling Start the library throws an IOException when trying to save session settings.

This is causes due to thread race when SetOptOut saves the session (BaseAutoMeasurement line:157) and Start tries to do the same (BaseAutoMeasurement line:77).

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