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 Nov 20, 2022. It is now read-only.
Sometimes when you try to download a bigger file, datagram unexpectedly closes the connection. I suspect this might be due to a sudden memory spike with serialization and encryption.
The text was updated successfully, but these errors were encountered:
Turns out this is caused by a protocol level limitation for message sizes (8MB). This is not a big deal because I've already been designing an alternative, more efficient way of storing bigger data for #44 and #41. When both of those are combined, message sizes will never reach the 8MB limit.
No changes in public API required so still in the right track for v1.0.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes when you try to download a bigger file, datagram unexpectedly closes the connection.
I suspect this might be due to a sudden memory spike with serialization and encryption.The text was updated successfully, but these errors were encountered: