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
{{ message }}
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
I'm syncing a local Deno replica server (v3.0.0) with a local browser app (Earthstar v9.3.2), using the ExtentionSyncWebsocket extension. The initial connection works. I can see the message activity. However, the server crashes when I refresh the browser when this activity is happening (there are so many messages, I don't know if this would also happen when there is no activity). The server displays this message:
This is an error I've seen with Deno + particularly large messages being sent by websockets. I think I saw a merged PR for this issue so it may be fixed in Deno 1.21.
One way I dealt with this was that peers only request docs from each other 10 docs at a time now. Let me know if upgrading Deno helps at all.
I'm syncing a local Deno replica server (v3.0.0) with a local browser app (Earthstar v9.3.2), using the
ExtentionSyncWebsocket
extension. The initial connection works. I can see the message activity. However, the server crashes when I refresh the browser when this activity is happening (there are so many messages, I don't know if this would also happen when there is no activity). The server displays this message:The text was updated successfully, but these errors were encountered: