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
According to this, getUsing is not supported for byte yet. Also, using Values.newHeapInstance(byte[].class) return in IllegalArgumentException since byte[] is not a value interface according to CM docs
Ref:
net.openhft.chronicle.map.ChronicleMap
:Consider using
getUsing
andaccquireUsing
, andValues.newHeapInstance(byte[].class)
The text was updated successfully, but these errors were encountered: