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
Hi, as noted I get this error "decoded variable integer size was outside of expected bounds of 70 bits" somewhat frequently when processing updates in ypy, e.g. with Y.encode_state_as_update(my_ydoc, ydoc_update_data). This update data is always created by YJs. Otherwise I don't really have much information – this error occurs in production something like 0.1% of the time when processing updates and I haven't been able to repro consistently / identify the common denominator.
The text was updated successfully, but these errors were encountered:
Still having this issue on occasion. Is anyone else seeing anything like this? Do library maintainers have any suggestions as to how I can help pinpoint the source of the error?
Hi, as noted I get this error "decoded variable integer size was outside of expected bounds of 70 bits" somewhat frequently when processing updates in ypy, e.g. with
Y.encode_state_as_update(my_ydoc, ydoc_update_data)
. This update data is always created by YJs. Otherwise I don't really have much information – this error occurs in production something like 0.1% of the time when processing updates and I haven't been able to repro consistently / identify the common denominator.The text was updated successfully, but these errors were encountered: