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
Encrypting and compressing each buffer currently broken. The current implementation using the encrypt and compress functions causes an error due to having an invalid zstd frame format.
The error observed can be monitored by tail -f error.log.
A proposed solution may be to simply remove compression. Regardless, I will need to backfill my knowledge of encryption and compression to get a solution.
Encrypting and compressing each buffer currently broken. The current implementation using the encrypt and compress functions causes an error due to having an invalid zstd frame format.
The error observed can be monitored by tail -f error.log.
A proposed solution may be to simply remove compression. Regardless, I will need to backfill my knowledge of encryption and compression to get a solution.
https://docs.rs/zstd/0.13.1/zstd/stream/fn.decode_all.html
The text was updated successfully, but these errors were encountered: