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
Having taken a quick look I believe this problem is happening because when a lot of inserts are done in a very short span of time (as in a large paste), the RichText.js CRDT appends a sequence number to the operation timestamp for uniqueness. When enough of these sequence numbers are used, the timestamp becomes longer than expected by the parser in Swarm.js SecondPreciseClock.parseTimestamp.
Paste a large block of text into the editor. An error similar to the following will occur in Swarm.js and the insertion fails:
The text was updated successfully, but these errors were encountered: