Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server + client): add support for server-sent events (SSE) #5713

Open
wants to merge 240 commits into
base: next
Choose a base branch
from

Conversation

KATT
Copy link
Member

@KATT KATT commented May 10, 2024

🎯 Changes

Adds a httpSubscriptionLink using server-sent events (SSE)

βœ… Checklist

  • I have followed the steps listed in the Contributing guide.
  • If necessary, I have added documentation related to the changes made.
  • I have added or updated the tests related to the changes made.

@helmturner
Copy link
Member

helmturner commented May 26, 2024

I'm totally blocked. I've read some of it, but every time I use the turbo cli I get an error (which means I can't even get past install because of the post-intstall script).

tsx scripts/addPrismaOverrides.ts

  Γ— failed to execute local turbo process
  ╰─▢ Malformed Mach-o file (os error 88)

 ELIFECYCLE  Command failed with exit code 1.
  Γ— failed to execute local turbo process
  ╰─▢ Malformed Mach-o file (os error 88)

 ELIFECYCLE  Command failed with exit code 1.
 ELIFECYCLE  Command failed with exit code 143.
ERROR: "codegen:tests" exited with 1.
 ELIFECYCLE  Command failed with exit code 1.

@KATT Any idea what that is? It happens any time I try to use the turbo cli. I've tried uninstalling/reinstalling turbo, but no luck.

Might be related: I recently ran brew install --build-from-source gcc while troubleshooting some errors I had onboarding to a legacy node app (I think 14 or 16).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider SSE to enable server->client http subscriptions
3 participants