I've tried this in multiple ways now but can't get it to work. In short, I have a worker which manag

I've tried this in multiple ways now but can't get it to work. In short, I have a worker which manages incoming websocket connections for GraphQL subscriptions. Once a subscription comes in for a specific chatroom, a connection needs to be opened (or forwarded) to that durable object of that specific chatroom.
  • The fetch method of stubs don't seem to return a webSocket, created and passed down as response on the durable object.
  • I can't seem to pass a websocket to the durable object
Any tips? Is this at all possible?
Was this page helpful?