domlen2003
domlen2003
Since Google updated their plan to only support [grpc over WebTransport](https://github.com/grpc/grpc-web/blob/master/doc/roadmap.md#bidi-streaming) this issue should maybe closed/reworked? It would be good for tonic to support WebTransport as an optional transport layer...
Somehow it fails on client build, where I changed nothing?
Okay i think there is actually some help needed with setting up the build for cloudflare worker types and e2e tests with a worker emulation. I know there is a...
Also im currently running into a wall with DO I/O: `Cannot perform I/O on behalf of a different Durable Object.` Any ideas?
Switching from the obervables would be a huge improvement imho, currently I recreate the subscription by sending it an empty dummy message. This is actually not optimal as it breaks...
> could you share some details on how we'd test this? Well cloudflare has an (experimantal?) [vitest integration](https://developers.cloudflare.com/workers/testing/vitest-integration/) tho so far i wasn't successfull in integrating it with the current...
Okay thats interesting, but would we be able to hold it for longer in a Durable Object?
Yes thats my opinion too, I would recommend focussing on the hibernation websocket API since this would be the most cost effective. SSE on workers would probably be a nice...
It seems i have a working example rn. It actually survives hibernation and resusbcribes. Tho it's completely untested.