Const
Wire cap on a custom_event's serialized payload (64 KB) — prevents memory abuse via ctx.send. The payload is arbitrary JSON, so any enforcement is imperative (serialize + measure) rather than in the zod schema.
custom_event
ctx.send
Wire cap on a
custom_event's serialized payload (64 KB) — prevents memory abuse viactx.send. The payload is arbitrary JSON, so any enforcement is imperative (serialize + measure) rather than in the zod schema.