khoiK
Normal7mo ago
18 replies
khoi

RealtimeDictionary.modelReplaced oldModel is null

I see the signature is: delegate void Normal.Realtime.Serialization.RealtimeDictionary<TValue>.ModelReplaced(Normal.Realtime.Serialization.RealtimeDictionary<TValue> dictionary, uint key, TValue oldModel, TValue newModel, bool remote)

However, when I try to access oldModel, it says the value is null. Is this expected?
Was this page helpful?