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
I'll try to reproduce this, but after this exception hits the server does not allow anymore operations to be done, it will reload the text area with the previous text, but all operations silently fail.
s->c(0) {"v":285}
c->s {"v":284,"op":[{"p":288,"i":"me"}]}
s->c(1) {"error":"Exception: Delete component ' y' does not match deleted text 'me'"}
closed with 1002 for Protocol error
c->s {"v":286,"op":[{"p":389,"d":"a"}]}
Anything I could do that would help debug this kind of problem?
The text was updated successfully, but these errors were encountered:
@financecoding I haven't been able to reproduce this bug. Can you provide me a sequence that reaches this exception ?
Is this error produced in the server or in the client ?
In the meantime I added an exception handler to the text area so that if any exception is thrown is simply logs the error and returns the text area to the previous state. So if this error happens in the client hopefully it will keep working.
I'll try to reproduce this, but after this exception hits the server does not allow anymore operations to be done, it will reload the text area with the previous text, but all operations silently fail.
Anything I could do that would help debug this kind of problem?
The text was updated successfully, but these errors were encountered: