Hello,
We're using the latest SOSS server (5.10.9) and use the NuGet in our code (nuget version - 3.1.4).
We are seeing this error in the event viewer of our server:
Message: Cannot access a disposed object.
Object name: 'The ThreadLocal object has been disposed.'.
StackTrace: at System.Threading.ThreadLocal`1.GetValueSlow()
at Scaleout.Client.KeyEncoding.LegacyStringKeyEncoder.Encode(String key)
at Scaleout.Client.Cache`2.Read(TKey key, ReadOptions options, CancellationToken cancellationToken)
Is it a known issue? Is there something we are doing wrong that causes this error?
Thanks!
We're using the latest SOSS server (5.10.9) and use the NuGet in our code (nuget version - 3.1.4).
We are seeing this error in the event viewer of our server:
Message: Cannot access a disposed object.
Object name: 'The ThreadLocal object has been disposed.'.
StackTrace: at System.Threading.ThreadLocal`1.GetValueSlow()
at Scaleout.Client.KeyEncoding.LegacyStringKeyEncoder.Encode(String key)
at Scaleout.Client.Cache`2.Read(TKey key, ReadOptions options, CancellationToken cancellationToken)
Is it a known issue? Is there something we are doing wrong that causes this error?
Thanks!