Realtime (native): Client: Failed to send reliable datastore message. Disconnecting.
So I have a realtime dictionary which I use to store serialized objects. I serialiaze my custom data structure into a byte array and then stor it inside a byte array model which then goes into a real time dictionary. But in a certain context i just seem to be getting this error and it disconnects me. I'm try to understand why. I don't think the data is to long because it's fine setting it in different contexts.