Does y websocket persistance deltas needs FIFO/be in order?

hi! if I use websockets and then I send deltas to another method (a lambda aws method)… that takes care to persist the deltas… deltas need to be in order? it is a problem if some deltas are not FIFO? for different users and for the same user…? thanks

Hi @ariel,

Any order is fine as long as all updates eventually arrive :wink: