denoland / denoland/deploy_feedback
Maximum size for BroadcastChannel message?
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I am seeing this message in the logs:
> Dropped BroadcastChannel message because it was larger than the maximum allowed size.
By experimentation, I'm guessing it's about 24 Mb, but I can't see this documented anywhere. The [Pricing & Limits](https://deno.com/deploy/docs/pricing-and-limits) page only mentions "64KB/sec send rate per isolate, no limit on receive" but I'm not sure if that's what I'm running up against. The [API docs](https://deno.com/deploy/docs/runtime-broadcast-channel) don't mention any limits.
Did I miss something? Is this limit published somewhere?
Thanks in advance. :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.