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

🐛 BUG: worker stream api returns once instead of sequentially in wrangler dev #7435

Open
alirv90 opened this issue Dec 4, 2024 · 0 comments
Labels
bug Something that isn't working

Comments

@alirv90
Copy link

alirv90 commented Dec 4, 2024

Which Cloudflare product(s) does this pertain to?

Workers Runtime

What version(s) of the tool(s) are you using?

3.92.0 [Wrangler]

What version of Node are you using?

22.11.0

What operating system and version are you using?

Mac Sequoia

Describe the Bug

Observed behavior

only response when the stream is complete

Expected behavior

I want the stream to response sequentially

Steps to reproduce

Please provide the following:

pnpm dev:cloudflare
npx tsx ./src/vanillaStreamClient.ts

It looks like the problem is only in development (wrangler dev), I tried deploying and it worked well

Please provide a link to a minimal reproduction

https://github.com/alirv90/cfplay

Please provide any relevant error logs

No response

@alirv90 alirv90 added the bug Something that isn't working label Dec 4, 2024
@github-project-automation github-project-automation bot moved this to Untriaged in workers-sdk Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working
Projects
Status: Untriaged
Development

No branches or pull requests

1 participant