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
Reproduced this manually, but it seems like Cypress tests sometimes flake for the same reason as well, e.g. expected to find text "HELLO" but found "HELL" instead
Web development is HELL
The text was updated successfully, but these errors were encountered:
Easy to reproduce by slowing down server acks like setTimeout(() => ackFn?.("ack"), 500) and then just typing quickly "asdf" on a note. On the client side it seems that the latest texts are enqueued but never sent. Indicates a bug in message-queue.
Did not have time to find out what actually happens in message-queue, resulting to not sending the latest events.
Reproduced this manually, but it seems like Cypress tests sometimes flake for the same reason as well, e.g. expected to find text "HELLO" but found "HELL" instead
Web development is HELL
The text was updated successfully, but these errors were encountered: