Alrecenk / JSTimelineSync

A quick and dirty prototype for testing generalized rollback networking.
MIT License
5 stars 1 forks source link

Ability to actually delete objects #17

Closed Alrecenk closed 2 years ago

Alrecenk commented 2 years ago

Currently missing the D in CRUD. Can fudge it by marking things deleted, but the hashes still clog up the sync packets. Need a proper way to actually delete things, and synchronize those deletions without sending a deleted item hash back and forth forever.

Alrecenk commented 2 years ago

Done.