The TweetinviSettingsAccessor accessor has 1 instance per thread. When TweetinviSettingsAccessor is a dependency of an SingleInstance class, this class cannot select which Accessor to use because there are multiple that could be available as 1 is generated for each children thread.
This could lead to have the TweetinviSettingsAccessor not to be the correct one used.
Comments: Associated with changeset 39882: Version 0.9.4.1
- Fixed a bug that caused settings to not have the correct values when switching between threads
This could lead to have the TweetinviSettingsAccessor not to be the correct one used.
Comments: Associated with changeset 39882: Version 0.9.4.1
- Fixed a bug that caused settings to not have the correct values when switching between threads