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
Now there is an assertion in Memory.getHashCode which requires the passed object to be of reference type
An example of method for which this assertion fails is JetBrains.Collections.ReferenceEqualityComparer<JetBrains.Threading.ByteBufferAsyncProcessor>.GetHashCode(JetBrains.Threading.ByteBufferAsyncProcessor) in JetBrains.Lifetimes benchmark
The text was updated successfully, but these errors were encountered:
Now there is an assertion in Memory.getHashCode which requires the passed object to be of reference type
An example of method for which this assertion fails is
JetBrains.Collections.ReferenceEqualityComparer<JetBrains.Threading.ByteBufferAsyncProcessor>.GetHashCode(JetBrains.Threading.ByteBufferAsyncProcessor)
in JetBrains.Lifetimes benchmarkThe text was updated successfully, but these errors were encountered: