-
Notifications
You must be signed in to change notification settings - Fork 2
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
Should Stream
be really deprecated?
#14
Comments
I believe the approach from below should work exactly as you need: import { Elysia } from "elysia"; /**
const app = new Elysia()
) setInterval(() => { console.log( |
The generator handler still does have a critical issue: it doesn't implement A migration guide is use |
Nothing wrong with the generator function but doesn't work on every possible case.
If you are sending data from a event emitter like this you won't be able to use the generator
The text was updated successfully, but these errors were encountered: