Fabian
Fabian
CDCloudflare Developers
Created by Fabian on 5/3/2024 in #workers-help
RPC Durable Object not working
The warning regarding this was only showing up during a remote dev session, not locally. Not sure if something on my side prevented it from showing up, but thanks to the warning in the remote dev session I found it out.
3 replies
CDCloudflare Developers
Created by Fabian on 5/3/2024 in #workers-help
RPC Durable Object not working
Found out the problem: Had to update the compatibility date in my wrangler.toml - now it works as expected.
3 replies
CDCloudflare Developers
Created by Fabian on 3/14/2023 in #workers-discussions
I was wondering if it is possible to
I think I was told that it's not possible but it should be no issue reading the whole body in my case since the files are <10MB. But yeah the streaming thing is generally an issue, I recently got stuck wanting to calculate a checksum of a stream and came to the conclusion with all of the current browser APIs and no additional APIs from Workers it's impossible if you don't read the whole body. I understand that everything should be streamed, since it makes sense, but if Cloudflare wants us to force using streams, then they should provide support for such stuff. I don't think this and my new cryptography problem are uncommon use-cases and they sadly will break if the incoming data is too big because of the memory limits. Granted: Upload limit is generally 100MB if you don't have Cloudflare Enterprise, but you can obviously donwload files from an external API that are bigger than 100MB.
3 replies