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
The first time serialising and deserialising local goes fine.
However doing it a second time for some reason caps the DataView at a length of 29 and I get a out of bounds error.
This was never there before and I did not change anything to my app.
It seems a browser update has broken this somehow but I can't figure it out.
The text was updated successfully, but these errors were encountered:
I actually am experiencing a similar problem since few days where simple chat messages are broken. Client to server works, and then when i send the exact same message from server to client, I get offset error
I have a simple chatMessage model for my app:
The first time serialising and deserialising local goes fine.
However doing it a second time for some reason caps the DataView at a length of 29 and I get a out of bounds error.
This was never there before and I did not change anything to my app.
It seems a browser update has broken this somehow but I can't figure it out.
The text was updated successfully, but these errors were encountered: