You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that the publish/subscribe feature of crossws is not implemented in the Cloudflare adapter but only with "durable objects" (which I honestly don't know what they are and how to use them with NuxtHub).
Could I ask why is it missing? Is there something I don't know that make it impossible to do? I'd like to have them because I'm using NuxtHub (which is based on Cloudflare essentially) and I'm using the experimental websockets feature of nitro.
If it's not possible, how can I "switch" to use Durable Objects?
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Actually as NuxtHub don't support CF Workers at the moment with Durable Objects, I am currently working on it as we speak and will write the docs on how to use it soon!
Describe the feature
I saw that the
publish/subscribe
feature of crossws is not implemented in the Cloudflare adapter but only with "durable objects" (which I honestly don't know what they are and how to use them with NuxtHub).crossws/src/adapters/cloudflare.ts
Line 99 in b5fda3a
Could I ask why is it missing? Is there something I don't know that make it impossible to do? I'd like to have them because I'm using
NuxtHub
(which is based on Cloudflare essentially) and I'm using the experimental websockets feature ofnitro
.If it's not possible, how can I "switch" to use Durable Objects?
Additional information
The text was updated successfully, but these errors were encountered: