We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.8.3
Here is the reproduction of the bug: https://stackblitz.com/edit/vitejs-vite-rqzpfs?file=src%2Fserver%2Frouter.ts
No response
The text was updated successfully, but these errors were encountered:
clearly you can't get exactly the same delays as there is network in between
Sorry, something went wrong.
That said the behaviour is odd indeed
A websocket transport is planned which should solve this.
Currently streaming is done using a plain http stream, which will be likely hitting some layers of buffering.
I changed the timeouts to be way higher and still see odd behavior, doesn't look like a buffering issue
tim-smart
Successfully merging a pull request may close this issue.
What version of Effect is running?
3.8.3
What steps can reproduce the bug?
Here is the reproduction of the bug: https://stackblitz.com/edit/vitejs-vite-rqzpfs?file=src%2Fserver%2Frouter.ts
What is the expected behavior?
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: