ReadableStream doesn't work in production
I'm following the Deno SSE example to set up a GET route for SSE payloads.
Exact I got from the SSE examples works ONLY in local development. In production, the requests are stuck in "pending" forever.
Is there something different about localhost and production environment that I have to change?
2 Replies
What does the client code look like?
What does your production look like?
Like where are you hosting, and do you have any load balancers in front of the application?