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
can have any case Email/set response the new state but not include all the changes? we worry much about the case of changing from multiple clients at the same time?
it still safer for us to have the detail in Email/get, so it maybe only save us one Email/changes method.
we also queue and debouncing for websocket message coming, your optimization only work for a single email operation
can have any case Email/set response the new state but not include all the changes?
Not an issue
If change B happens during change A performed by the client then 2 websocket notifs will be received, A and B
Client will discard A but resync B.
your optimization only work for a single email operation
I am tired to write again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and over again the same thing.
Use a collection of state changes generated by the client ie the last 64.
Description
GIVEN I update an email
When tmail frontend receives the corresponding websocket notification it triggers a resynch for the very same state:
Expected behaviour
Skip the resync as WE generated the corresponding state...
The text was updated successfully, but these errors were encountered: