You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: