-
Notifications
You must be signed in to change notification settings - Fork 55
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
Server-sent events aren't working anymore on Azure #14
Comments
Having the same issue with node + express + azure |
Also have the same issue with Azure using Node.js |
Had the same problem.
|
@spiritinlife that fix worked for me as well. |
I'm having this issue, fixing web.config didn't worked for me. Any ideas on a work around or at least the reason? Thanks! |
workaround worked fine ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ASP server-sent events stopped working on Azure both the dashing demo http://dashingdotnet.azurewebsites.net/ and the original HTML5 push sample http://techbrij.com/real-time-chart-html5-push-sse-asp-net-web-api. We’ve had a similar problem that writing the response in chunks is somehow blocked by the new Azure load balancer. I guess the only fix for this would to use another messaging mechanism (SignalR?)
The text was updated successfully, but these errors were encountered: