What is the feature you are proposing?
Currently, the hono/cloudflare-worker api uses the normal websocket api:
https://github.com/honojs/hono/blob/main/src/adapter/cloudflare-workers/websocket.ts#L47
Cloudflare recommends using the Hibernation Websocket API, as it allows long lived connections w/o incurring billing charges if the connection is dormant.
https://developers.cloudflare.com/durable-objects/examples/websocket-hibernation-server/
Would be great if the adapter was switched to this, or alternatively, had an option to pick or the other.
What is the feature you are proposing?
Currently, the hono/cloudflare-worker api uses the normal websocket api:
https://github.com/honojs/hono/blob/main/src/adapter/cloudflare-workers/websocket.ts#L47
Cloudflare recommends using the Hibernation Websocket API, as it allows long lived connections w/o incurring billing charges if the connection is dormant.
https://developers.cloudflare.com/durable-objects/examples/websocket-hibernation-server/
Would be great if the adapter was switched to this, or alternatively, had an option to pick or the other.