You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser name = Chrome
Full version = 108.0.0.0
Major version = 108
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 118357675,
"usedJSHeapSize": 114750103,
"jsHeapSizeLimit": 2172649472
}
Hash = 6ebe18b1e1db1833797e3e4eb6ff802c375ee61b
Additional context
No response
The text was updated successfully, but these errors were encountered:
d3lm
changed the title
doesn't support streaming response
Doesn't support streaming response
Feb 22, 2023
Hey @lili21 ! We have now support for HTTP streaming and have fixed an issue with our runtime breaking hydration which means that your second link now works as expected. 🎉
Describe the bug
the streaming response doesn't return immediately. Instead it wait for 3 seconds.
Link to the blitz that caused the error
https://stackblitz.com/edit/node-tzulpt?file=app%2Froutes%2Fstreaming-ssr-route2-multiple-api-calls.tsx,app%2Fentry.client.tsx,app%2Fentry.server.tsx,package.json,app%2Froutes%2Fstreaming-ssr-route1-one-api-call.tsx
Steps to reproduce
Expected behavior
it should response without delay.
Parity with Local
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: