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
Recently, while using actix_ws in one of our projects. There is a bug when the session closes abnormally and the client gets a 1006 error code.
On debugging further, it was particularly when there was an error with the description to the internal error (some long text with db code and details) which was long string.
I was able to fix it by sending a short string and only then the client gets 1011 error code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently, while using
actix_ws
in one of our projects. There is a bug when the session closes abnormally and the client gets a 1006 error code.On debugging further, it was particularly when there was an error with the description to the internal error (some long text with db code and details) which was long string.
I was able to fix it by sending a short string and only then the client gets 1011 error code.
Curious about this behavior, any reason, why?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions