is there an example of using SSE for yoga subscriptions with cloudflare? #3192
jb747
started this conversation in
Docs Discussion
Replies: 2 comments
-
Hi, Thank you for reaching out! |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks, EM. I was able to do this by switching to a datastore which can send change events over HTTP to the Cloudflare worker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The possibility of using SSE to implement Yoga subscriptions in a cloudflare environment is mentioned in the Cloudflare integration docs. I'm curious - is there an example of this? I gave it a quick try, but ran into a problem because Cloudflare worker requests run in separate v8 isolates and Cloudflare's worker runtime does not allow I/O between isolates i.e.
Perhaps I'm missing something.. is there a demo?
Beta Was this translation helpful? Give feedback.
All reactions