xintercept
CDCloudflare Developers
•Created by xintercept on 2/27/2024 in #workers-help
Websockets, Durable Objects & Subrequest Limits
This is the solution I came up with, seems to be be working so far:
* Worker terminates client websocket
* Worker connects to Durable Object via websocket
* Messages are sent through to the Durable Object
* Durable Object writes these to storage, and schedules an alarm
* On alarm, flush the contents of the storage to the queue
2 replies