|
|
|
|
|
by samsquire
1488 days ago
|
|
Thank you for answering this. I thought of using user indexes by order of connection or user last active time but if you're not worried of the security implications of wall clock and time skew. Hyperhyperspace project has a previous field on the CRDT operations and can issue undo events to reverse operations. I suspect you could have a time validator service that is a node that issues revocations if times are in the future. It wouldn't be on the read or write path and it's more to validate that times aren't in the future. |
|