peer-base / peer-pad

📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.
https://peerpad.net
MIT License
678 stars 56 forks source link

Errors can cause peer-pad to silently stop working #206

Closed jacobheun closed 5 years ago

jacobheun commented 6 years ago

When using peer-pad I received an error in the console about a y.js action not being permitted. This caused peer-pad to stop updating, but I was able to continue making edits.

I refreshed my browser to see if I had lost data after the error and I did. We should do a better job of either recovering from the errors (the ideal) or letting the user know there was an issue and they should refresh (preferably not this).

pgte commented 5 years ago

We're now using peer-star-app for this, so this may have changed considerably (hopefully for the better). Please reopen this if you run into this again. Thanks!